Enum ScaleType

ScaleType enumeration

Represents possible modes for automatic scale of an image.

public enum ScaleType

Values

NameValueDescription
ShrinkToFit0Automatically shrink image to fit on canvas.
GrowToFit1Automatically increase image to fit on canvas.
None2Do not use automatic scaling.

See Also