VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.UI.Annotations Namespace / PdfAnnotationTool Class / DrawAnnotationSelection(ImageViewer,Graphics,PdfAnnotationView) Method
Syntax Requirements SeeAlso
In This Topic
    DrawAnnotationSelection(ImageViewer,Graphics,PdfAnnotationView) Method (PdfAnnotationTool)
    In This Topic
    Draws a selection of annotation view on specified graphics.
    Syntax
    'Declaration
    
    Protected Overridable Sub DrawAnnotationSelection( _
    ByVal viewer
    The image viewer.
    As Vintasoft.Imaging.UI.ImageViewer, _
    ByVal g
    The System.Drawing.Graphics where object should be drawn.
    As System.Drawing.Graphics, _
    ByVal item
    The annotation view.
    As PdfAnnotationView _
    )

    Parameters

    viewer
    The image viewer.
    g
    The System.Drawing.Graphics where object should be drawn.
    item
    The annotation view.
    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