'Declaration Public Shared Function Create( _
ByVal drawingEngineThe drawing engine.As DrawingEngine, _
ByVal graphicsPathColorBlendingThe color blending properties for the graphics path.As GraphicsPathColorBlending, _
ByVal startCapA line cap that should be used for drawing of start cap of line.As DrawingLineCap, _
ByVal endCapA line cap that should be used for drawing of end cap of line.As DrawingLineCap _
) As GraphicsPathColorBlending[]
public static GraphicsPathColorBlending[] Create(
DrawingEngine drawingEngine,
GraphicsPathColorBlending graphicsPathColorBlending,
DrawingLineCap startCap,
DrawingLineCap endCap
)
Parameters
- drawingEngine
- The drawing engine.
- graphicsPathColorBlending
- The color blending properties for the graphics path.
- startCap
- A line cap that should be used for drawing of start cap of line.
- endCap
- A line cap that should be used for drawing of end cap of line.