Identifier for a zoom factor.
More...
Inherits object.
|
int | Custom = 1 |
| Represents a custom zoom factor that is user defined.
|
|
int | Factor1 = 3 |
| Represents the zoom to draw the image in original size.
|
|
int | Factor128 = 10 |
| Represents the zoom to draw the image scaled by 128.
|
|
int | Factor16 = 7 |
| Represents the zoom to draw the image scaled by 16.
|
|
int | Factor2 = 4 |
| Represents the zoom to draw the image scaled by 2.
|
|
int | Factor32 = 8 |
| Represents the zoom to draw the image scaled by 32.
|
|
int | Factor4 = 5 |
| Represents the zoom to draw the image scaled by 4.
|
|
int | Factor64 = 9 |
| Represents the zoom to draw the image scaled by 64.
|
|
int | Factor8 = 6 |
| Represents the zoom to draw the image scaled by 8.
|
|
int | Invalid = 0 |
| Represents an invalid zoom factor for internal use.
|
|
int | Panorama = 2 |
| Represents a dynamic zoom factor, that is dependent on the view port size of ImageView.
|
|
Identifier for a zoom factor.