Avaya Client Services API Reference (OS X)
Properties | List of all members
CSCircleShape Class Reference

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...
 

Detailed Description

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.

See also
CSWhiteboardSurface

Property Documentation

- (CGPoint) bottomRight
readnonatomicassign

Bottom right point of circle.

- (BOOL) filled
readnonatomicassign

Indicates whether shape is filled.

- (CGPoint) topLeft
readnonatomicassign

Top left point of circle.


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