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