'Declaration
<DispIdAttribute(282)> Function DrawGdPictureImageRect( _ ByVal SrcImage As Integer, _ ByVal DstImage As Integer, _ ByVal DstLeft As Single, _ ByVal DstTop As Single, _ ByVal DstWidth As Single, _ ByVal DstHeight As Single, _ ByVal SrcLeft As Single, _ ByVal SrcTop As Single, _ ByVal SrcWidth As Single, _ ByVal SrcHeight As Single, _ ByVal InterpolationMode As InterpolationMode _ ) As GdPictureStatus
[DispId(282)] GdPictureStatus DrawGdPictureImageRect( int SrcImage, int DstImage, float DstLeft, float DstTop, float DstWidth, float DstHeight, float SrcLeft, float SrcTop, float SrcWidth, float SrcHeight, InterpolationMode InterpolationMode )
function DrawGdPictureImageRect( SrcImage: Integer; DstImage: Integer; DstLeft: Single; DstTop: Single; DstWidth: Single; DstHeight: Single; SrcLeft: Single; SrcTop: Single; SrcWidth: Single; SrcHeight: Single; InterpolationMode: InterpolationMode ): GdPictureStatus;
DispIdAttribute(282) function DrawGdPictureImageRect( SrcImage : int, DstImage : int, DstLeft : float, DstTop : float, DstWidth : float, DstHeight : float, SrcLeft : float, SrcTop : float, SrcWidth : float, SrcHeight : float, InterpolationMode : InterpolationMode ) : GdPictureStatus;
[DispId(282)] GdPictureStatus DrawGdPictureImageRect( int SrcImage, int DstImage, float DstLeft, float DstTop, float DstWidth, float DstHeight, float SrcLeft, float SrcTop, float SrcWidth, float SrcHeight, InterpolationMode InterpolationMode )
[DispId(282)] GdPictureStatus DrawGdPictureImageRect( int SrcImage, int DstImage, float DstLeft, float DstTop, float DstWidth, float DstHeight, float SrcLeft, float SrcTop, float SrcWidth, float SrcHeight, InterpolationMode InterpolationMode )
Parameters
- SrcImage
- DstImage
- DstLeft
- DstTop
- DstWidth
- DstHeight
- SrcLeft
- SrcTop
- SrcWidth
- SrcHeight
- InterpolationMode