GetWidthExponent Data Member Function

Returns the power required to raise a value of 2 to this <Image> object's width. For example, if this <Image> object is 1024 pixels wide, this function returns 10 because 2^10 = 1024.

Prototype

int32 GetWidthExponent()

Examples

Copy Text To Clipboard

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