Available Scale Modes

Namespace: Skewworks.NETMF
Assembly: Skewworks.NETMF.Core (in Skewworks.NETMF.Core.dll) Version: 2.5.0.0 (2.5.0.0)

Syntax

C#
public enum ScaleMode

Members

Member nameValueDescription
Normal0 Normal scale mode. No scaling is done
Stretch1 Scale to maximum size. The aspect ratio might be changed
Scale2 Scale to maximum size without changing the aspect ratio.
Center3 Show centered without scaling
Tile4 Show the unscaled image multiple times until the area is filled.

See Also