'Declaration Protected Overrides Sub DrawImage( _
ByVal imageAn image to draw.As Vintasoft.Imaging.VintasoftImage, _
ByVal graphicsPage's graphics, where image should be drawn.As System.Drawing.Graphics, _
ByVal sourceRectThe rectangular area, in device-independent pixels (1/96th inch), of image to draw.As System.Drawing.RectangleF, _
ByVal destRectThe rectangular area, in pixels, of page's graphics where image should be drawn.As System.Drawing.RectangleF, _
ByVal printerResolutionXThe resolution of printer along X-axis.As Single, _
ByVal printerResolutionYThe resolution of printer along Y-axis.As Single, _
ByVal landscapeA value indicating whether image must be drawn in landscape mode.As Boolean _
)
protected override void DrawImage(
Vintasoft.Imaging.VintasoftImage image,
System.Drawing.Graphics graphics,
System.Drawing.RectangleF sourceRect,
System.Drawing.RectangleF destRect,
float printerResolutionX,
float printerResolutionY,
bool landscape
)
protected: void DrawImage(
Vintasoft.Imaging.VintasoftImage* image,
System.Drawing.Graphics* graphics,
System.Drawing.RectangleF* sourceRect,
System.Drawing.RectangleF* destRect,
float printerResolutionX,
float printerResolutionY,
bool landscape
); override
protected:
void DrawImage(
Vintasoft.Imaging.VintasoftImage^ image,
System.Drawing.Graphics^ graphics,
System.Drawing.RectangleF^ sourceRect,
System.Drawing.RectangleF^ destRect,
float printerResolutionX,
float printerResolutionY,
bool landscape
); override
Parameters
- image
- An image to draw.
- graphics
- Page's graphics, where image should be drawn.
- sourceRect
- The rectangular area, in device-independent pixels (1/96th inch), of image to draw.
- destRect
- The rectangular area, in pixels, of page's graphics where image should be drawn.
- printerResolutionX
- The resolution of printer along X-axis.
- printerResolutionY
- The resolution of printer along Y-axis.
- landscape
- A value indicating whether image must be drawn in landscape mode.