'Declaration Protected Overridable Function PreprocessDrawingImage( _
ByVal imageThe image.As Vintasoft.Imaging.VintasoftImage, _
ByRef destRectThe System.Drawing.RectangleF structure that specifies the location and size of the drawn image.As System.Drawing.RectangleF, _
ByRef sourceRectThe System.Drawing.RectangleF structure that specifies the portion of the image to draw.As System.Drawing.RectangleF _
) As Vintasoft.Imaging.VintasoftImage
protected virtual Vintasoft.Imaging.VintasoftImage PreprocessDrawingImage(
Vintasoft.Imaging.VintasoftImage image,
ref System.Drawing.RectangleF destRect,
ref System.Drawing.RectangleF sourceRect
)
protected: virtual Vintasoft.Imaging.VintasoftImage* PreprocessDrawingImage(
Vintasoft.Imaging.VintasoftImage* image,
ref System.Drawing.RectangleF* destRect,
ref System.Drawing.RectangleF* sourceRect
)
protected:
virtual Vintasoft.Imaging.VintasoftImage^ PreprocessDrawingImage(
Vintasoft.Imaging.VintasoftImage^ image,
System.Drawing.RectangleF^% destRect,
System.Drawing.RectangleF^% sourceRect
)
Parameters
- image
- The image.
- 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.
Return Value
Proceessed image.