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

    Parameters

    rect
    The bounding rectangle of an annotation.

    Return Value

    Annotation as a path geometry.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also