VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Wpf.UI Namespace / WpfPdfContentEditorTool Class / RenderFigureHighlight(WpfImageViewer,VintasoftImage,DrawingContext,WpfGraphicsFigureView) Method
Syntax Requirements SeeAlso
In This Topic
    RenderFigureHighlight(WpfImageViewer,VintasoftImage,DrawingContext,WpfGraphicsFigureView) Method (WpfPdfContentEditorTool)
    In This Topic
    Renders the highlighting for figures.
    Syntax
    'Declaration
    
    Protected Overridable Sub RenderFigureHighlight( _
    ByVal viewer
    The viewer.
    As Vintasoft.Imaging.Wpf.UI.WpfImageViewer, _
    ByVal dc
    The drawingContext.
    As Vintasoft.Imaging.VintasoftImage, _
    ByVal figureView
    The figure view.
    As System.Windows.Media.DrawingContext, _
    ByVal image
    The image on with draws highlight.
    As WpfGraphicsFigureView _
    )
    protected virtual void RenderFigureHighlight(
    Vintasoft.Imaging.Wpf.UI.WpfImageViewer viewer,
    Vintasoft.Imaging.VintasoftImage dc,
    System.Windows.Media.DrawingContext figureView,
    WpfGraphicsFigureView image
    )
    protected: virtual void RenderFigureHighlight(
    Vintasoft.Imaging.Wpf.UI.WpfImageViewer* viewer,
    Vintasoft.Imaging.VintasoftImage* dc,
    System.Windows.Media.DrawingContext figureView,
    WpfGraphicsFigureView* image
    )
    protected:
    virtual void RenderFigureHighlight(
    Vintasoft.Imaging.Wpf.UI.WpfImageViewer^ viewer,
    Vintasoft.Imaging.VintasoftImage^ dc,
    System.Windows.Media.DrawingContext figureView,
    WpfGraphicsFigureView^ image
    )

    Parameters

    viewer
    The viewer.
    dc
    The drawingContext.
    figureView
    The figure view.
    image
    The image on with draws highlight.
    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