Bitmap Proxy Size Factor values
         
    
| Enumerator | 
|---|
| proxySizeFactor_Full | Proxy is the full size of the original bitmap.  | 
| proxySizeFactor_Half | Proxy is half size in each dimension from the original bitmap.  | 
| proxySizeFactor_Third | Proxy is one third the size in each dimension from the original bitmap.  | 
| proxySizeFactor_Quarter | Proxy is one quarter the size in each dimension from the original bitmap.  | 
| proxySizeFactor_Eighth | Proxy is one eighth the size in each dimension from the original bitmap.  | 
Proxy is half size in each dimension from the original bitmap. 
Definition: bitmap.h:5407
Proxy is one third the size in each dimension from the original bitmap. 
Definition: bitmap.h:5408
Proxy is one quarter the size in each dimension from the original bitmap. 
Definition: bitmap.h:5409
Proxy is the full size of the original bitmap. 
Definition: bitmap.h:5406
Proxy is one eighth the size in each dimension from the original bitmap. 
Definition: bitmap.h:5410