Avaya Client Services API Reference (iOS)
Instance Methods | Properties | List of all members
CSShapePoint Class Reference

CSShapePoint objects represent points used by CSShape class. More...

#import <CSShapePoint.h>

Inherits NSObject.

Instance Methods

(instancetype) - initWithMovePoint:
 Initializer with CGPoint as move point. More...
 
(instancetype) - initWithLinePoint:
 Initializer with CGPoint. More...
 
(instancetype) - initWithPoint:isMovePoint:
 Initializer with CGPoint. More...
 

Properties

BOOL movePoint
 Indicates whether instance is move point. More...
 
CGPoint point
 CGPoint backing CSShapePoint. More...
 

Detailed Description

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

Method Documentation

- (instancetype) initWithLinePoint: (CGPoint)  point

Initializer with CGPoint.

Parameters
pointCGPoint object that CSShapePoint should be initialized with.
- (instancetype) initWithMovePoint: (CGPoint)  point

Initializer with CGPoint as move point.

Parameters
pointCGPoint object that CSShapePoint should be initialized with.
- (instancetype) initWithPoint: (CGPoint)  point
isMovePoint: (BOOL)  isMove 

Initializer with CGPoint.

Parameters
pointCGPoint object that CSShapePoint should be initialized with.
isMoveIndicates whether initialized point is move point.

Property Documentation

- (BOOL) movePoint
readwritenonatomicassign

Indicates whether instance is move point.

- (CGPoint) point
readwritenonatomicassign

CGPoint backing CSShapePoint.


The documentation for this class was generated from the following file: