WhiteboardSurface Methods |
The WhiteboardSurface type exposes the following members.
| Name | Description | |
|---|---|---|
| AddCircle |
Add circle to whiteboard.
| |
| AddShape |
Add shape (polygon) to whiteboard.
| |
| AddText |
Adds text field to whiteboard.
| |
| ClearContent |
Removes all shapes from whiteboard.
| |
| DeleteShape |
Remove shape from whiteboard.
| |
| FinishShape |
Finishes drawing AbstractShape object, ex. line can be continuously drawn and this indicates
that this object is fully drawn.
| |
| GetShapes |
Returns list of shapes on whiteboard surface.
| |
| GetSurfaceId |
Returns whiteboard surface Id.
| |
| SetAsActive |
Sets whiteboard surface as currently used.
| |
| UpdateShape |
Update (move) shape.
|