ScaleType enumeration

ScaleType enumeration

Represents possible modes for automatic scale of an image.

The ScaleType type exposes the following members:

Fields

FieldDescription
SHRINK_TO_FITAutomatically shrink image to fit on canvas.
GROW_TO_FITAutomatically increase image to fit on canvas.
NONEDo not use automatic scaling.

See Also