AVDBrushType Constants Reference
| Declared in | AVDBrush.h | 
|---|
AVDBrushType
Definition
typedef NS_ENUM(NSInteger, AVDBrushType ) {
                            
                               AVDBrushMouse = 1 < < 0,
                            
                               AVDBrushLine = 1 < < 1,
                            
                               AVDBrushRectangle = 1 < < 2,
                            
                               AVDBrushEllipse = 1 < < 3,
                            
                               AVDBrushPolyline = 1 < < 4,
                            
                               AVDBrushPolygon = 1 < < 5,
                            
                               AVDBrushHlightPoint = 1 < < 6,
                            
                               AVDBrushHlightTexttag = 1 < < 7,
                            
                               AVDBrushEraserLine = 1 < < 8,
                            
                               AVDBrushEraserRectangle = 1 < < 9,
                            
                               AVDBrushRhomb = 1 < < 10,
                            
                               AVDBrushArrow = 1 < < 11,
                            
                               AVDBrushSuccess = 1 < < 12,
                            
                               AVDBrushFailure = 1 < < 13,
                            
                               AVDBrushImg = 1 < < 14,
                            
                               AVDBrushHlightCricle = 1 < < 15,
                            
                               AVDBrushText = 1 < < 16,
                            
                            };
                    
                    Constants
AVDBrushMouse- 
    
	
Declared In
AVDBrush.h. AVDBrushLine- 
    
	
Declared In
AVDBrush.h. AVDBrushRectangle- 
    
	
Declared In
AVDBrush.h. AVDBrushEllipse- 
    
	
Declared In
AVDBrush.h. AVDBrushPolyline- 
    
	
Declared In
AVDBrush.h. AVDBrushPolygon- 
    
	
Declared In
AVDBrush.h. AVDBrushHlightPoint- 
    
	
Declared In
AVDBrush.h. AVDBrushHlightTexttag- 
    
	
Declared In
AVDBrush.h. AVDBrushEraserLine- 
    
	
Declared In
AVDBrush.h. AVDBrushEraserRectangle- 
    
	
Declared In
AVDBrush.h. AVDBrushRhomb- 
    
	
Declared In
AVDBrush.h. AVDBrushArrow- 
    
	
Declared In
AVDBrush.h. AVDBrushSuccess- 
    
	
Declared In
AVDBrush.h. AVDBrushFailure- 
    
	
Declared In
AVDBrush.h. AVDBrushImg- 
    
	
Declared In
AVDBrush.h. AVDBrushHlightCricle- 
    
	
Declared In
AVDBrush.h. AVDBrushText- 
    
	
Declared In
AVDBrush.h.