VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Wpf.UI Namespace / WpfAnnotationView Class / GetSelectionAsGeometry() Method
Syntax Requirements SeeAlso
In This Topic
    GetSelectionAsGeometry() Method (WpfAnnotationView)
    In This Topic
    Returns an annotation selection as System.Windows.Media.Geometry in the image space.
    Syntax
    'Declaration
    
    Public Overridable Function GetSelectionAsGeometry() As System.Windows.Media.Geometry
    
    
    public virtual System.Windows.Media.Geometry GetSelectionAsGeometry()
    
    
    public: virtual System.Windows.Media.Geometry* GetSelectionAsGeometry()
    
    
    public:
    virtual System.Windows.Media.Geometry^ GetSelectionAsGeometry()

    Return Value

    The annotation selection as System.Windows.Media.Geometry in the image space.
    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