DrawGdPictureImageOnGraphics Method
Draws a GdPicture image into a graphics object.
public GdPictureStatus DrawGdPictureImageOnGraphics(
int ,
Graphics ,
int ,
int ,
int ,
int ,
InterpolationMode
)
public function DrawGdPictureImageOnGraphics(
: Integer;
: Graphics;
: Integer;
: Integer;
: Integer;
: Integer;
: InterpolationMode
): GdPictureStatus;
public function DrawGdPictureImageOnGraphics(
: int,
: Graphics,
: int,
: int,
: int,
: int,
: InterpolationMode
) : GdPictureStatus;
public: GdPictureStatus DrawGdPictureImageOnGraphics(
int ,
Graphics* ,
int ,
int ,
int ,
int ,
InterpolationMode
)
public:
GdPictureStatus DrawGdPictureImageOnGraphics(
int ,
Graphics^ ,
int ,
int ,
int ,
int ,
InterpolationMode
)
'Declaration
Public Function DrawGdPictureImageOnGraphics( _
ByVal As Integer, _
ByVal As Graphics, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As InterpolationMode _
) As GdPictureStatus
Parameters
- ImageID
- GdPicture image identifier. Image to draw.
- g
- Graphics destination.
- DstLeft
- Left pixel destination of the graphics.
- DstTop
- Top pixel destination of the graphics.
- DstWidth
- Width, in pixel, of the drawn image.
- DstHeight
- Height, in pixel, of the drawn image.
- InterpolationMode
- A member of the Drawing2D.InterPolationMode enumeration.
Return Value
A member of the GdPictureStatus enumeration.