VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.UI.Annotations Namespace / PdfSquareAnnotationView Class / GetAsGraphicsPath(RectangleF) Method
Syntax Requirements SeeAlso
In This Topic
    GetAsGraphicsPath(RectangleF) Method (PdfSquareAnnotationView)
    In This Topic
    Returns annotation as a graphics path.
    Syntax
    'Declaration
    
    Protected Overrides Function GetAsGraphicsPath( _
    ByVal rect
    The bounding rectangle of an annotation.
    As System.Drawing.RectangleF _
    ) As System.Drawing.Drawing2D.GraphicsPath
    protected override System.Drawing.Drawing2D.GraphicsPath GetAsGraphicsPath(
    System.Drawing.RectangleF rect
    )
    protected: System.Drawing.Drawing2D.GraphicsPath GetAsGraphicsPath(
    System.Drawing.RectangleF* rect
    ); override
    protected:
    System.Drawing.Drawing2D.GraphicsPath GetAsGraphicsPath(
    System.Drawing.RectangleF^ rect
    ); override

    Parameters

    rect
    The bounding rectangle of an annotation.

    Return Value

    Annotation as a graphics path.
    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