enum ScalingMode
Parents | |
|
|
|
|
|
|
|
The enumeration of scaling modes.
Static Public Fields | |
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. |
|
The image is drawn with its original size. |
|
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. |
|
The image is drawn with the user-defined size. |