VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools Namespace / TextSelectionTool Class / DrawSelection(Graphics,GraphicsPath) Method
Syntax Requirements SeeAlso
In This Topic
DrawSelection(Graphics,GraphicsPath) Method (TextSelectionTool)
In This Topic
Draws the selection around the selected text.
Syntax
'Declaration

Protected Overridable Sub DrawSelection( _
ByVal g
The System.Drawing.Graphics to draw the selection.
As System.Drawing.Graphics, _
ByVal selectionPath
Selection graphics path.
As System.Drawing.Drawing2D.GraphicsPath _
)
protected virtual void DrawSelection(
System.Drawing.Graphics g,
System.Drawing.Drawing2D.GraphicsPath selectionPath
)

Parameters

g
The System.Drawing.Graphics to draw the selection.
selectionPath
Selection graphics path.
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