BitBlt Data Member Function

Copies a rectangular region from the source <Image> to a same-sized rectangular region of this <Image> object.

Prototype

int32 BitBlt( int32 p_nDestX, int32 p_nDestY, int32 p_nDestWidth, int32 p_nDestHeight, Image p_oSourceImage, int32 p_nSourceX, int32 p_nSourceY )

Parameters

Parameter Type Parameter Name Documentation
int32p_nDestXThe destination rectangle's left x coordinate.
int32p_nDestYThe destination rectangle's top y coordinate.
int32p_nDestWidthThe destination rectangle's width.
int32p_nDestHeightThe destination rectangle's height.
<Image>p_oSourceImageA pointer to the source <Image> object that will be transferred into the destination <Image> object.
int32p_nSourceXThe source rectangle's left X coordinate.
int32p_nSourceYThe source rectangle's top Y coordinate.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.