VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.UI.Annotations Namespace / PdfListBoxWidgetAnnotationView Class / GetFocusPath(ImageViewer) Method
Syntax Requirements SeeAlso
In This Topic
    GetFocusPath(ImageViewer) Method (PdfListBoxWidgetAnnotationView)
    In This Topic
    Returns the path that is used for drawing annotation focus.
    Syntax
    'Declaration
    
    Protected Overrides Function GetFocusPath( _
    ByVal viewer
    The viewer.
    As Vintasoft.Imaging.UI.ImageViewer _
    ) As System.Drawing.Drawing2D.GraphicsPath
    protected override System.Drawing.Drawing2D.GraphicsPath GetFocusPath(
    Vintasoft.Imaging.UI.ImageViewer viewer
    )
    protected: System.Drawing.Drawing2D.GraphicsPath GetFocusPath(
    Vintasoft.Imaging.UI.ImageViewer* viewer
    ); override
    protected:
    System.Drawing.Drawing2D.GraphicsPath GetFocusPath(
    Vintasoft.Imaging.UI.ImageViewer^ viewer
    ); override

    Parameters

    viewer
    The viewer.

    Return Value

    The path that is used for drawing annotation focus.
    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