VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / GraphicsPathColorBlending Class / Create(DrawingEngine,GraphicsPathColorBlending,DrawingLineCap,DrawingLineCap) Method
Syntax Requirements SeeAlso
In This Topic
Create(DrawingEngine,GraphicsPathColorBlending,DrawingLineCap,DrawingLineCap) Method (GraphicsPathColorBlending)
In This Topic
Creates the color blending properties for the graphics path with line caps.
Syntax

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.

Return Value

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also