CSShapePoint objects represent points used by CSShape class.
More...
#import <CSShapePoint.h>
Inherits NSObject.
CSShapePoint objects represent points used by CSShape class.
This class doesn't need to be used by client unless custom whiteboard canvas is developed.
- See also
- CSShape
| - (instancetype) initWithLinePoint: |
|
(CGPoint) |
point |
|
Initializer with CGPoint.
- Parameters
-
| point | CGPoint object that CSShapePoint should be initialized with. |
| - (instancetype) initWithMovePoint: |
|
(CGPoint) |
point |
|
Initializer with CGPoint as move point.
- Parameters
-
| point | CGPoint object that CSShapePoint should be initialized with. |
| - (instancetype) initWithPoint: |
|
(CGPoint) |
point |
| isMovePoint: |
|
(BOOL) |
isMove |
|
|
| |
Initializer with CGPoint.
- Parameters
-
| point | CGPoint object that CSShapePoint should be initialized with. |
| isMove | Indicates whether initialized point is move point. |
Indicates whether instance is move point.
The documentation for this class was generated from the following file: