Transform Data Member Function

Transforms an <Image> object by combining a rotation operation and flip operation.

Prototype

int32 Transform( Image p_oImage, int32 p_eRotate, int32 p_eFlip )

Parameters

Parameter Type Parameter Name Documentation
<Image>p_oImageA pointer to the <Image> object you wish to transform.
int32p_eRotateAn <int32> representing a value from the ImageRotateOptions enumeration. Please see TYPE_SERVICE_ENUMERATION_UTIL.SSL in the application scripts folder for more information.
int32p_eFlipAn <int32> representing a value from the ImageFlipOptions enumeration. Please see TYPE_SERVICE_ENUMERATION_UTIL.SSL in the application scripts folder for more information.

Examples

Copy Text To Clipboard

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