AreImageDimensionsSquare Data Member Function

Returns true if and only if the <Image> is a square. For example: if the <Image> object dimensions are 32x32.

Prototype

int32 AreImageDimensionsSquare( Image p_oImage )

Parameters

Parameter Type Parameter Name Documentation
<Image>p_oImageA pointer to the <Image> object to query.

Examples

Copy Text To Clipboard

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