CopyRegionToGdPictureImage Method (GdViewer)
In This Topic
Syntax
'Declaration
Public Function CopyRegionToGdPictureImage( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer _
) As Integer
public int CopyRegionToGdPictureImage(
int ,
int ,
int ,
int
)
public function CopyRegionToGdPictureImage(
: Integer;
: Integer;
: Integer;
: Integer
): Integer;
public function CopyRegionToGdPictureImage(
: int,
: int,
: int,
: int
) : int;
public: int CopyRegionToGdPictureImage(
int ,
int ,
int ,
int
)
public:
int CopyRegionToGdPictureImage(
int ,
int ,
int ,
int
)
Parameters
- SrcLeft
- SrcTop
- Width
- Height
See Also