'Declaration Public Overrides Sub Draw( _
ByVal gThe graphics to draw the interaction area.As Vintasoft.Imaging.UI.ImageViewer, _
ByVal viewerThe image viewer.As System.Drawing.Graphics _
)
public override void Draw(
Vintasoft.Imaging.UI.ImageViewer g,
System.Drawing.Graphics viewer
)
public: void Draw(
Vintasoft.Imaging.UI.ImageViewer* g,
System.Drawing.Graphics* viewer
); override
public:
void Draw(
Vintasoft.Imaging.UI.ImageViewer^ g,
System.Drawing.Graphics^ viewer
); override
Parameters
- g
- The graphics to draw the interaction area.
- viewer
- The image viewer.