VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools Namespace / SelectionRegionBase Class / DrawOnGraphicsPath(GraphicsPath) Method
Syntax Requirements SeeAlso
In This Topic
    DrawOnGraphicsPath(GraphicsPath) Method (SelectionRegionBase)
    In This Topic
    Draws this region on specified graphics path.
    Syntax
    'Declaration
    
    Protected MustOverride Sub DrawOnGraphicsPath( _
    ByVal path
    A System.Drawing.Drawing2D.GraphicsPath to draw the selection.
    As System.Drawing.Drawing2D.GraphicsPath _
    )
    protected abstract void DrawOnGraphicsPath(
    System.Drawing.Drawing2D.GraphicsPath path
    )
    protected: abstract void DrawOnGraphicsPath(
    System.Drawing.Drawing2D.GraphicsPath path
    )
    protected:
    abstract void DrawOnGraphicsPath(
    System.Drawing.Drawing2D.GraphicsPath path
    )

    Parameters

    path
    A System.Drawing.Drawing2D.GraphicsPath to draw the selection.
    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