'Declaration Protected Overrides Sub DrawItem( _
ByVal viewerThe image viewer.As Vintasoft.Imaging.UI.ImageViewer, _
ByVal gThe System.Drawing.Graphics, where object should be drawn.As System.Drawing.Graphics, _
ByVal itemThe interactive object to draw.As Vintasoft.Imaging.UI.VisualTools.UserInteraction.IInteractiveObject _
)
protected override void DrawItem(
Vintasoft.Imaging.UI.ImageViewer viewer,
System.Drawing.Graphics g,
Vintasoft.Imaging.UI.VisualTools.UserInteraction.IInteractiveObject item
)
protected: void DrawItem(
Vintasoft.Imaging.UI.ImageViewer* viewer,
System.Drawing.Graphics* g,
Vintasoft.Imaging.UI.VisualTools.UserInteraction.IInteractiveObject* item
); override
protected:
void DrawItem(
Vintasoft.Imaging.UI.ImageViewer^ viewer,
System.Drawing.Graphics^ g,
Vintasoft.Imaging.UI.VisualTools.UserInteraction.IInteractiveObject^ item
); override
Parameters
- viewer
- The image viewer.
- g
- The System.Drawing.Graphics, where object should be drawn.
- item
- The interactive object to draw.