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