'Declaration Protected Overridable Sub Draw( _
ByVal imageThe image.As Vintasoft.Imaging.VintasoftImage, _
ByVal overlayImageThe overlay image.As Vintasoft.Imaging.VintasoftImage, _
ByVal sourceRectthe rectangle, in pixels, that specifies the portion of the overlayImage to draw.As System.Drawing.RectangleF, _
ByVal destRectThe rectangle, in pixels, that specifies the location and size of the drawn image.As System.Drawing.RectangleF _
)
protected virtual void Draw(
Vintasoft.Imaging.VintasoftImage image,
Vintasoft.Imaging.VintasoftImage overlayImage,
System.Drawing.RectangleF sourceRect,
System.Drawing.RectangleF destRect
)
Parameters
- image
- The image.
- overlayImage
- The overlay image.
- sourceRect
- the rectangle, in pixels, that specifies the portion of the overlayImage to draw.
- destRect
- The rectangle, in pixels, that specifies the location and size of the drawn image.