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

    Return Value

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