VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Wpf.UI.Annotations Namespace / WpfPdfAnnotationTool Class / DrawAnnotationSelection(WpfImageViewer,DrawingContext,WpfPdfAnnotationView) Method
Syntax Requirements SeeAlso
In This Topic
    DrawAnnotationSelection(WpfImageViewer,DrawingContext,WpfPdfAnnotationView) Method (WpfPdfAnnotationTool)
    In This Topic
    Draws a selection of annotation view on specified drawing context.
    Syntax
    'Declaration
    
    Protected Overridable Sub DrawAnnotationSelection( _
    ByVal viewer
    The image viewer.
    As Vintasoft.Imaging.Wpf.UI.WpfImageViewer, _
    ByVal drawingContext
    The System.Windows.Media.DrawingContext where object should be drawn.
    As System.Windows.Media.DrawingContext, _
    ByVal item
    The annotation view.
    As WpfPdfAnnotationView _
    )
    protected virtual void DrawAnnotationSelection(
    Vintasoft.Imaging.Wpf.UI.WpfImageViewer viewer,
    System.Windows.Media.DrawingContext drawingContext,
    WpfPdfAnnotationView item
    )
    protected: virtual void DrawAnnotationSelection(
    Vintasoft.Imaging.Wpf.UI.WpfImageViewer* viewer,
    System.Windows.Media.DrawingContext drawingContext,
    WpfPdfAnnotationView* item
    )
    protected:
    virtual void DrawAnnotationSelection(
    Vintasoft.Imaging.Wpf.UI.WpfImageViewer^ viewer,
    System.Windows.Media.DrawingContext drawingContext,
    WpfPdfAnnotationView^ item
    )

    Parameters

    viewer
    The image viewer.
    drawingContext
    The System.Windows.Media.DrawingContext where object should be drawn.
    item
    The annotation view.
    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