Click or drag to resize
AbstractShape Class
Base class for shapes that can be drawn on WhiteboardSurface.
Inheritance Hierarchy

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

The AbstractShape type exposes the following members.

Methods
  NameDescription
Public methodGetColor
Returns color of shape.
Public methodGetId
Returns the shape ID associated with the particular shape object.
Public methodGetOwnerDisplayName
Display name of user who created shape.
Public methodGetStatus
The status which is sent to server.
Public methodGetTranslation
Translation point of shape.
Public methodGetWidth
The line width of shape.
Public methodIsMine
Returns true whether shape is created by local user, otherwise false and it means that the shape is created by a remote user.
Public methodSetId
Sets the shape ID.
Public methodSetStatus
Sets shape status.
Public methodSetTranslaton
Sets translation of shape.
Top
See Also