'Declaration Protected Overridable Sub RenderFigureHighlight( _
ByVal viewerThe viewer.As Vintasoft.Imaging.Wpf.UI.WpfImageViewer, _
ByVal dcThe drawingContext.As Vintasoft.Imaging.VintasoftImage, _
ByVal figureViewThe figure view.As System.Windows.Media.DrawingContext, _
ByVal imageThe 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.