enum ScalingMode

Parents

System.Enum

System.IComparable

System.IFormattable

System.IConvertible

Brief

The enumeration of scaling modes.

Static Public Fields

None

The default scaling mode. If the user specifies the image size, it is drawn with the user-defined size, otherwise, the image is drawn with the original size.

OriginalSize

The image is drawn with its original size.

Stretch

The image is stretched by the width of the available area and the height is defined in accordance with the aspect ratio in the original image file.

UserDefined

The image is drawn with the user-defined size.

back