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

    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