VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools Namespace / CurvilinearSelectionRegion Class / DrawOnGraphicsPath(GraphicsPath) Method
Syntax Requirements SeeAlso
In This Topic
DrawOnGraphicsPath(GraphicsPath) Method (CurvilinearSelectionRegion)
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
)

Parameters

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