Returns true if and only if the <Texture> object's render dimensions are square. For example: if the <Texture> object render dimensions are 32x32.
int32 IsImageSquare( Texture p_oTexture )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| <Texture> | p_oTexture | A pointer to the <Texture> to query. |
None published. Please look for an example in the Simdify Scripting Language code base.