VintaSoft Imaging .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.UI Namespace / AnnotationView Class / GetSelectionAsGraphicsPath() Method
Syntax Requirements SeeAlso
In This Topic
    GetSelectionAsGraphicsPath() Method (AnnotationView)
    In This Topic
    Returns an annotation selection as System.Drawing.Drawing2D.GraphicsPath in the image space.
    Syntax
    'Declaration
    
    Public Overridable Function GetSelectionAsGraphicsPath() As System.Drawing.Drawing2D.GraphicsPath
    
    
    public virtual System.Drawing.Drawing2D.GraphicsPath GetSelectionAsGraphicsPath()
    
    
    public: virtual System.Drawing.Drawing2D.GraphicsPath GetSelectionAsGraphicsPath()
    
    
    public:
    virtual System.Drawing.Drawing2D.GraphicsPath GetSelectionAsGraphicsPath()

    Return Value

    The annotation selection as System.Drawing.Drawing2D.GraphicsPath in the image space.
    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