VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Wpf.UI.Annotations Namespace / WpfPdfAnnotationTool Class / DrawEditorModeHighlight(WpfImageViewer,VintasoftImage,DrawingContext,WpfPdfAnnotationView) Method
Syntax Requirements SeeAlso
In This Topic
    DrawEditorModeHighlight(WpfImageViewer,VintasoftImage,DrawingContext,WpfPdfAnnotationView) Method (WpfPdfAnnotationTool)
    In This Topic
    Draws annotation highlight in editor mode.
    Syntax
    'Declaration
    
    Protected Overridable Sub DrawEditorModeHighlight( _
    ByVal viewer
    The viewer.
    As Vintasoft.Imaging.Wpf.UI.WpfImageViewer, _
    ByVal image
    The image.
    As Vintasoft.Imaging.VintasoftImage, _
    ByVal drawingContext
    The drawing context.
    As System.Windows.Media.DrawingContext, _
    ByVal view
    The annotation view.
    As WpfPdfAnnotationView _
    )
    protected virtual void DrawEditorModeHighlight(
    Vintasoft.Imaging.Wpf.UI.WpfImageViewer viewer,
    Vintasoft.Imaging.VintasoftImage image,
    System.Windows.Media.DrawingContext drawingContext,
    WpfPdfAnnotationView view
    )
    protected: virtual void DrawEditorModeHighlight(
    Vintasoft.Imaging.Wpf.UI.WpfImageViewer* viewer,
    Vintasoft.Imaging.VintasoftImage* image,
    System.Windows.Media.DrawingContext drawingContext,
    WpfPdfAnnotationView* view
    )
    protected:
    virtual void DrawEditorModeHighlight(
    Vintasoft.Imaging.Wpf.UI.WpfImageViewer^ viewer,
    Vintasoft.Imaging.VintasoftImage^ image,
    System.Windows.Media.DrawingContext drawingContext,
    WpfPdfAnnotationView^ view
    )

    Parameters

    viewer
    The viewer.
    image
    The image.
    drawingContext
    The drawing context.
    view
    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