Properties
						
						
	
	fillColor
	
	
	@property (atomic, strong) UIColor *fillColor
    
 
						
						
	
	lineCap
	
	
	@property (atomic, assign) CGLineCap lineCap
    
 
						
						
	
	lineDashPattern
	
	
	@property (atomic, copy) NSArray *lineDashPattern
    
 
						
						
	
	lineDashPhase
	
	
	@property (atomic, assign) CGFloat lineDashPhase
    
 
						
						
	
	lineJoin
	
	
	@property (atomic, assign) CGLineJoin lineJoin
    
 
						
						
	
	lineWidth
	
	
	@property (atomic, assign) CGFloat lineWidth
    
 
						
						
	
	miterLimit
	
	
	@property (atomic, assign) CGFloat miterLimit
    
 
						
						
	
	path
	
	
	@property (atomic, copy) CGPathRef path
    
 
						
						
	
	strokeColor
	
	
	@property (atomic, strong) UIColor *strokeColor
    
 
						
					 
					
					
					
					
					
					
						
						Instance Methods
						
						
	
	addGridPoints:count:toPath:moveToFirstPoint:closeSubpath:
	
	
	- (void)addGridPoints:(OSGridPoint const *)points count:(NSUInteger)count toPath:(CGMutablePathRef)path moveToFirstPoint:(bool)moveToFirst closeSubpath:(bool)closeSubpath
    
 
						
						
	
	applyFillPropertiesToContext:atZoomScale:
	
	
	- (void)applyFillPropertiesToContext:(CGContextRef)context atZoomScale:(float)zoomScale
    
 
						
						
	
	applyStrokePropertiesToContext:atZoomScale:
	
	
	- (void)applyStrokePropertiesToContext:(CGContextRef)context atZoomScale:(float)zoomScale
    
 
						
						
	
	createPath
	
	
	- (void)createPath
    
 
						
						
	
	fillPath:inContext:
	
	
	- (void)fillPath:(CGPathRef)path inContext:(CGContextRef)context
    
 
						
						
	
	invalidatePath
	
	
	- (void)invalidatePath
    
 
						
						
	
	strokePath:inContext:
	
	
	- (void)strokePath:(CGPathRef)path inContext:(CGContextRef)context