'Declaration Protected Overrides 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 override Vintasoft.Imaging.VintasoftImage PreprocessDrawingImage(
Vintasoft.Imaging.VintasoftImage image,
ref System.Drawing.RectangleF destRect,
ref System.Drawing.RectangleF sourceRect
)
protected: Vintasoft.Imaging.VintasoftImage* PreprocessDrawingImage(
Vintasoft.Imaging.VintasoftImage* image,
ref System.Drawing.RectangleF* destRect,
ref System.Drawing.RectangleF* sourceRect
); override
protected:
Vintasoft.Imaging.VintasoftImage^ PreprocessDrawingImage(
Vintasoft.Imaging.VintasoftImage^ image,
System.Drawing.RectangleF^% destRect,
System.Drawing.RectangleF^% sourceRect
); override
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.