Static Public Attributes | List of all members
ZoomID Class Reference

Identifier for a zoom factor. More...

Inherits object.

Static Public Attributes

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...
 

Detailed Description

Identifier for a zoom factor.

Member Data Documentation

◆ Custom

int Custom = 1
static

Represents a custom zoom factor that is user defined.

◆ Factor1

int Factor1 = 3
static

Represents the zoom to draw the image in original size.

◆ Factor128

int Factor128 = 10
static

Represents the zoom to draw the image scaled by 128.

◆ Factor16

int Factor16 = 7
static

Represents the zoom to draw the image scaled by 16.

◆ Factor2

int Factor2 = 4
static

Represents the zoom to draw the image scaled by 2.

◆ Factor32

int Factor32 = 8
static

Represents the zoom to draw the image scaled by 32.

◆ Factor4

int Factor4 = 5
static

Represents the zoom to draw the image scaled by 4.

◆ Factor64

int Factor64 = 9
static

Represents the zoom to draw the image scaled by 64.

◆ Factor8

int Factor8 = 6
static

Represents the zoom to draw the image scaled by 8.

◆ Invalid

int Invalid = 0
static

Represents an invalid zoom factor for internal use.

◆ Panorama

int Panorama = 2
static

Represents a dynamic zoom factor, that is dependent on the view port size of ImageView.