API  0.9.6
 All Classes Files Functions Variables Macros Groups Pages
CPBezierPath.h
Go to the documentation of this file.
1 
2 @interface CPBezierPath : CPObject
3 {
4  CGPath _path;
5  float _lineWidth;
6 }
7 @end