VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / GraphicsPathColorBlending Class / GraphicsPathColorBlending Constructors / GraphicsPathColorBlending Constructor(IGraphicsPath,BlendingMode,IDrawingPen)
Syntax Exceptions Requirements SeeAlso
In This Topic
    GraphicsPathColorBlending Constructor(IGraphicsPath,BlendingMode,IDrawingPen)
    In This Topic
    Initializes a new instance of the GraphicsPathColorBlending class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal path
    The path.
    As IGraphicsPath, _
    ByVal blendingMode
    The blending mode.
    As Vintasoft.Imaging.BlendingMode, _
    ByVal pen
    The pen.
    As IDrawingPen _
    )

    Parameters

    path
    The path.
    blendingMode
    The blending mode.
    pen
    The pen.
    Exceptions
    ExceptionDescription
    Requirements

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

    See Also