Enum View.ScaleMode

Constants for display sprite scale modes.

To be used with View.DisplaySprite class.

Members

FIT Image will proportionally fit the whole image into the sprite surface.
FILL Image will scale up proportionally and crop to fill all sprite surface.
STRETCH Image will stretch according to sprite dimensions, not taking aspect ratio into consideration.


Members

FIT
Image will proportionally fit the whole image into the sprite surface.
FILL
Image will scale up proportionally and crop to fill all sprite surface.
STRETCH
Image will stretch according to sprite dimensions, not taking aspect ratio into consideration.
generated by TEN-LDoc (a fork of LDoc 1.4.6)