VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Wpf.UI.Annotations Namespace / WpfPdfRectangularAnnotationView Class / GetAsPathGeometry(Rect) Method
Syntax Requirements SeeAlso
In This Topic
    GetAsPathGeometry(Rect) Method (WpfPdfRectangularAnnotationView)
    In This Topic
    Returns annotation as a path geometry.
    Syntax
    'Declaration
    
    Protected Overridable Function GetAsPathGeometry( _
    ByVal rect
    The bounding rectangle of an annotation.
    As System.Windows.Rect _
    ) As System.Windows.Media.PathGeometry
    protected virtual System.Windows.Media.PathGeometry GetAsPathGeometry(
    System.Windows.Rect rect
    )
    protected: virtual System.Windows.Media.PathGeometry* GetAsPathGeometry(
    System.Windows.Rect* rect
    )
    protected:
    virtual System.Windows.Media.PathGeometry^ GetAsPathGeometry(
    System.Windows.Rect^ rect
    )

    Parameters

    rect
    The bounding rectangle of an annotation.

    Return Value

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