'Declaration
Public Function DrawGdPictureImage( _ ByVal SrcImage As Integer, _ ByVal DstImage As Integer, _ ByVal DstLeft As Integer, _ ByVal DstTop As Integer, _ ByVal DstWidth As Integer, _ ByVal DstHeight As Integer, _ ByVal InterpolationMode As GdPictureInterpolationMode _ ) As GdPictureStatus
public GdPictureStatus DrawGdPictureImage( int SrcImage, int DstImage, int DstLeft, int DstTop, int DstWidth, int DstHeight, GdPictureInterpolationMode InterpolationMode )
public function DrawGdPictureImage( SrcImage: Integer; DstImage: Integer; DstLeft: Integer; DstTop: Integer; DstWidth: Integer; DstHeight: Integer; InterpolationMode: GdPictureInterpolationMode ): GdPictureStatus;
public function DrawGdPictureImage( SrcImage : int, DstImage : int, DstLeft : int, DstTop : int, DstWidth : int, DstHeight : int, InterpolationMode : GdPictureInterpolationMode ) : GdPictureStatus;
public: GdPictureStatus DrawGdPictureImage( int SrcImage, int DstImage, int DstLeft, int DstTop, int DstWidth, int DstHeight, GdPictureInterpolationMode InterpolationMode )
public: GdPictureStatus DrawGdPictureImage( int SrcImage, int DstImage, int DstLeft, int DstTop, int DstWidth, int DstHeight, GdPictureInterpolationMode InterpolationMode )
Parameters
- SrcImage
- GdPicture image identifier. Specifies the image to be drawn from.
- DstImage
- GdPicture image identifier. specifies the image to draw to.
- DstLeft
- Specifies the x-coordinate in pixels of the upper-left corner of the destination rectangle at which to draw the image.
- DstTop
- Specifies the y-coordinate in pixels of the upper-left corner of the destination rectangle at which to draw the image.
- DstWidth
- Specifies the width, in pixels, of the destination rectangle at which to draw the image.
- DstHeight
- Specifies the height, in pixels, of the destination rectangle at which to draw the image.
- InterpolationMode
- A member of the Drawing2D.InterPolationMode enumeration.
Return Value
A member of the GdPictureStatus enumeration.