In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureImaging / DrawGdPictureImageRectOnHDC Method

DrawGdPictureImageRectOnHDC Method (IGdPictureImaging)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(283)>

Function DrawGdPictureImageRectOnHDC( _

   ByVal ImageID As Integer, _

   ByVal hdc 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(283)]

GdPictureStatus DrawGdPictureImageRectOnHDC( 

   int ImageID,

   int hdc,

   float DstLeft,

   float DstTop,

   float DstWidth,

   float DstHeight,

   float SrcLeft,

   float SrcTop,

   float SrcWidth,

   float SrcHeight,

   InterpolationMode InterpolationMode

)
function DrawGdPictureImageRectOnHDC( 

    ImageID: Integer;

    hdc: Integer;

    DstLeft: Single;

    DstTop: Single;

    DstWidth: Single;

    DstHeight: Single;

    SrcLeft: Single;

    SrcTop: Single;

    SrcWidth: Single;

    SrcHeight: Single;

    InterpolationMode: InterpolationMode

): GdPictureStatus; 
DispIdAttribute(283)

function DrawGdPictureImageRectOnHDC( 

   ImageID : int,

   hdc : int,

   DstLeft : float,

   DstTop : float,

   DstWidth : float,

   DstHeight : float,

   SrcLeft : float,

   SrcTop : float,

   SrcWidth : float,

   SrcHeight : float,

   InterpolationMode : InterpolationMode

) : GdPictureStatus;
[DispId(283)]

GdPictureStatus DrawGdPictureImageRectOnHDC( 

   int ImageID,

   int hdc,

   float DstLeft,

   float DstTop,

   float DstWidth,

   float DstHeight,

   float SrcLeft,

   float SrcTop,

   float SrcWidth,

   float SrcHeight,

   InterpolationMode InterpolationMode

) 
[DispId(283)]

GdPictureStatus DrawGdPictureImageRectOnHDC( 

   int ImageID,

   int hdc,

   float DstLeft,

   float DstTop,

   float DstWidth,

   float DstHeight,

   float SrcLeft,

   float SrcTop,

   float SrcWidth,

   float SrcHeight,

   InterpolationMode InterpolationMode

) 

Parameters

ImageID
hdc
DstLeft
DstTop
DstWidth
DstHeight
SrcLeft
SrcTop
SrcWidth
SrcHeight
InterpolationMode
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureImaging
IGdPictureImaging Members