'Declaration Public Overloads Sub Draw( _
ByVal viewerAn image viewer where this region must be drawn.As Vintasoft.Imaging.UI.ImageViewer, _
ByVal imageAn image where this region must be drawn.As Vintasoft.Imaging.VintasoftImage, _
ByVal gA System.Drawing.Graphics where this region 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 where this region must be drawn.
- image
- An image where this region must be drawn.
- g
- A System.Drawing.Graphics where this region must be drawn.