|
Avaya Client Services API Reference (iOS)
|
CSCircleShape objects represent circular shape that can be added to whiteboard surface. More...
#import <CSCircleShape.h>
Inherits CSBasicShape.
Properties | |
| CGPoint | topLeft |
| Top left point of circle. More... | |
| CGPoint | bottomRight |
| Bottom right point of circle. More... | |
| BOOL | filled |
| Indicates whether shape is filled. More... | |
Properties inherited from CSBasicShape | |
| NSString * | shapeId |
| The shape ID associated with the particular shape object. More... | |
| NSUInteger | color |
| Color of shape in ARGB format. More... | |
| CGFloat | width |
| Width of shape. More... | |
| CGPoint | translation |
| Geometric translation of shape. More... | |
| CSShapeSelectionStatus | selectionStatus |
| Status of CSBasicShape sent to server. More... | |
| BOOL | mine |
| Indicates whether shape is created by local user. More... | |
| NSString * | ownerDisplayName |
| Display name of user who created shape. More... | |
CSCircleShape objects represent circular shape that can be added to whiteboard surface.
Client doesn't need to use this explicitly unless custom whiteboard is created.
|
readnonatomicassign |
Bottom right point of circle.
|
readnonatomicassign |
Indicates whether shape is filled.
|
readnonatomicassign |
Top left point of circle.