'Declaration Protected MustOverride Sub DrawImageCore( _
ByVal imageThe VintasoftImage to draw.As Vintasoft.Imaging.VintasoftImage, _
ByVal destRectThe System.Drawing.RectangleF structure that specifies the location and size of the drawn image.As System.Drawing.RectangleF, _
ByVal sourceRectThe System.Drawing.RectangleF structure that specifies the portion of the image to draw.As System.Drawing.RectangleF _
)
protected abstract void DrawImageCore(
Vintasoft.Imaging.VintasoftImage image,
System.Drawing.RectangleF destRect,
System.Drawing.RectangleF sourceRect
)
protected: abstract void DrawImageCore(
Vintasoft.Imaging.VintasoftImage* image,
System.Drawing.RectangleF* destRect,
System.Drawing.RectangleF* sourceRect
)
protected:
abstract void DrawImageCore(
Vintasoft.Imaging.VintasoftImage^ image,
System.Drawing.RectangleF^ destRect,
System.Drawing.RectangleF^ sourceRect
)
Parameters
- image
- The VintasoftImage to draw.
- destRect
- The System.Drawing.RectangleF structure that specifies the location and size of the drawn image.
- sourceRect
- The System.Drawing.RectangleF structure that specifies the portion of the image to draw.