Click or drag to resize

WhiteboardSurface Methods

The WhiteboardSurface type exposes the following members.

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
See Also