Image Data Member Function

The constructor.

Prototype

Image Image( int32 p_nWidth, int32 p_nHeight, int32 p_eFormat )

Parameters

Parameter Type Parameter Name Documentation
int32p_nWidthThe desired width in pixels of the new object.
int32p_nHeightThe desired height in pixels of the new object.
int32p_eFormatThe desired pixel format of the new object. This refers to the Image_Pixel_Format enumeration. Please see TYPE_SERVICE_ENUMERATION_UTIL.SSL.

Examples

Copy Text To Clipboard

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