The ImagePresentation enum represents the different ways that an image can be displayed.
All members of ImagePresentation, including inherited members.
VariablesModifier and Type | Variable | Description |
---|---|---|
public | ImagePresentation_CropToFit | Image will be cropped to fit available area if it is larger than the available area. |
public | ImagePresentation_FullSize | The image should be presented full-sized. |
public | ImagePresentation_LockAspectRatio | Lock the aspect ratio. |
public | ImagePresentation_StretchToFit | Image will be stretched to fit available area. |
public | ImagePresentation_Unknown | We don't know the image presentation type. |
Modifier and Type | Method | Description |
---|---|---|
public int | getValue() |