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