Click or drag to resize

WhiteboardSurface Class

The WhiteboardSurface object represents an independent whiteboard surface (page) containing all shapes drawn on a given whiteboard surface.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesWhiteboardSurface

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public class WhiteboardSurface

The WhiteboardSurface type exposes the following members.

Properties
  NameDescription
Public propertyAddedBy
Participant that added this surface.
Public propertyRemovedBy
Participant that removed this surface.
Public propertySetAsActiveCapability
Capability object indicating whether the local user is allowed to set given whiteboard surface active. To do so, the local user needs to be moderator, presenter or panel model mode has to be enabled.
Top
Methods
  NameDescription
Public methodAddCircle
Add circle to whiteboard.
Public methodAddShape
Add shape (polygon) to whiteboard.
Public methodAddText
Adds text field to whiteboard.
Public methodClearContent
Removes all shapes from whiteboard.
Public methodDeleteShape
Remove shape from whiteboard.
Public methodFinishShape
Finishes drawing AbstractShape object, ex. line can be continuously drawn and this indicates that this object is fully drawn.
Public methodGetShapes
Returns list of shapes on whiteboard surface.
Public methodGetSurfaceId
Returns whiteboard surface Id.
Public methodSetAsActive
Sets whiteboard surface as currently used.
Public methodUpdateShape
Update (move) shape.
Top
Events
  NameDescription
Public eventShapeAdded
Called when shape has been added.
Public eventShapeDeleted
Called when shape has been deleted.
Public eventShapeEnded
Reports that on whiteboard page user has finished drawing shape.
Public eventShapeUpdated
Called when shape has been updated.
Public eventWhiteboardCleared
Top
See Also