API  1.0.0
CPBezierPath.h
Go to the documentation of this file.
1 
2 @interface CPBezierPath : CPObject
3 {
4  CGPath _path;
5  float _lineWidth;
6  CPArray _lineDashes;
7  float _lineDashesPhase;
8 }
9 @end