'Declaration Public Function New( _
ByVal pathThe path.As IGraphicsPath, _
ByVal blendingModeThe blending mode.As Vintasoft.Imaging.BlendingMode, _
ByVal penThe pen.As IDrawingPen _
)
public GraphicsPathColorBlending(
IGraphicsPath path,
Vintasoft.Imaging.BlendingMode blendingMode,
IDrawingPen pen
)
public: GraphicsPathColorBlending(
IGraphicsPath* path,
Vintasoft.Imaging.BlendingMode blendingMode,
IDrawingPen* pen
)
public:
GraphicsPathColorBlending(
IGraphicsPath^ path,
Vintasoft.Imaging.BlendingMode blendingMode,
IDrawingPen^ pen
)
Parameters
- path
- The path.
- blendingMode
- The blending mode.
- pen
- The pen.