VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.UI.Annotations Namespace / PdfRectangularAnnotationView Class / GetAsGraphicsPath(RectangleF) Method
Syntax Requirements SeeAlso
In This Topic
GetAsGraphicsPath(RectangleF) Method (PdfRectangularAnnotationView)
In This Topic
Returns annotation as a graphics path.
Syntax
'Declaration

Protected Overridable Function GetAsGraphicsPath( _
ByVal rect
The bounding rectangle of an annotation.
As System.Drawing.RectangleF _
) As System.Drawing.Drawing2D.GraphicsPath
protected virtual System.Drawing.Drawing2D.GraphicsPath GetAsGraphicsPath(
System.Drawing.RectangleF rect
)

Parameters

rect
The bounding rectangle of an annotation.

Return Value

Annotation as a 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