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

    Parameters

    viewer
    The viewer.

    Return Value

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