Transforms an <Image> object by combining a rotation operation and flip operation.
int32 Transform( Image p_oImage, int32 p_eRotate, int32 p_eFlip )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| <Image> | p_oImage | A pointer to the <Image> object you wish to transform. |
| int32 | p_eRotate | An <int32> representing a value from the ImageRotateOptions enumeration. Please see APP_SERVICE_ENUMERATION_UTIL.SSL in the application scripts folder for more information. |
| int32 | p_eFlip | An <int32> representing a value from the ImageFlipOptions enumeration. Please see APP_SERVICE_ENUMERATION_UTIL.SSL in the application scripts folder for more information. |
None published. Please look for an example in the Simdify Scripting Language code base.