'Declaration Public Overloads Overrides Sub Draw( _
ByVal viewerAn image viewer.As Vintasoft.Imaging.UI.ImageViewer, _
ByVal imageAn image where the object must be drawn.As Vintasoft.Imaging.VintasoftImage, _
ByVal gA graphics where the object must be drawn.As System.Drawing.Graphics _
)
public override void Draw(
Vintasoft.Imaging.UI.ImageViewer viewer,
Vintasoft.Imaging.VintasoftImage image,
System.Drawing.Graphics g
)
public: void Draw(
Vintasoft.Imaging.UI.ImageViewer* viewer,
Vintasoft.Imaging.VintasoftImage* image,
System.Drawing.Graphics* g
); override
public:
void Draw(
Vintasoft.Imaging.UI.ImageViewer^ viewer,
Vintasoft.Imaging.VintasoftImage^ image,
System.Drawing.Graphics^ g
); override
Parameters
- viewer
- An image viewer.
- image
- An image where the object must be drawn.
- g
- A graphics where the object must be drawn.