'Declaration Protected Overridable Sub DrawFigureHighlight( _
ByVal viewerThe image viewer.As Vintasoft.Imaging.UI.ImageViewer, _
ByVal imageThe image, where highlighting should be drawn.As Vintasoft.Imaging.VintasoftImage, _
ByVal gThe System.Drawing.Graphics, where object should be drawn.As System.Drawing.Graphics, _
ByVal figureViewThe figure view.As GraphicsFigureView _
)
protected virtual void DrawFigureHighlight(
Vintasoft.Imaging.UI.ImageViewer viewer,
Vintasoft.Imaging.VintasoftImage image,
System.Drawing.Graphics g,
GraphicsFigureView figureView
)
protected: virtual void DrawFigureHighlight(
Vintasoft.Imaging.UI.ImageViewer* viewer,
Vintasoft.Imaging.VintasoftImage* image,
System.Drawing.Graphics* g,
GraphicsFigureView* figureView
)
protected:
virtual void DrawFigureHighlight(
Vintasoft.Imaging.UI.ImageViewer^ viewer,
Vintasoft.Imaging.VintasoftImage^ image,
System.Drawing.Graphics^ g,
GraphicsFigureView^ figureView
)
Parameters
- viewer
- The image viewer.
- image
- The image, where highlighting should be drawn.
- g
- The System.Drawing.Graphics, where object should be drawn.
- figureView
- The figure view.