Click or drag to resize
Shape Class
Shape objects represent free shape that can be added to whiteboard surface.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesAbstractShape
    Avaya.ClientServicesShape

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

The Shape type exposes the following members.

Methods
  NameDescription
Public methodContinueDrawing
Public methodFinishDrawing
Finishes drawing shape.
Public methodGetColor
Returns color of shape.
(Inherited from AbstractShape.)
Public methodGetId
Returns the shape ID associated with the particular shape object.
(Inherited from AbstractShape.)
Public methodGetOwnerDisplayName
Display name of user who created shape.
(Inherited from AbstractShape.)
Public methodGetShapePoints
Returns array containing Point shape points from which it is created.
Public methodGetShapeTranslatedPoints
Returns shape points array where each point is moved respectivly to current shape translation.
Public methodGetStatus
The status which is sent to server.
(Inherited from AbstractShape.)
Public methodGetTranslation
Translation point of shape.
(Inherited from AbstractShape.)
Public methodGetWidth
The line width of shape.
(Inherited from AbstractShape.)
Public methodIsFilled
Indicates whether shape is filled.
Public methodIsFinished
Indicates whether shape is finished.
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.
(Inherited from AbstractShape.)
Public methodSetId
Sets the shape ID.
(Inherited from AbstractShape.)
Public methodSetStatus
Sets shape status.
(Inherited from AbstractShape.)
Public methodSetTranslaton
Sets translation of shape.
(Inherited from AbstractShape.)
Public methodUpdatePoints
Updates shape with an array of new points.
Top
Remarks
This object is built with points which can be connected or not.
See Also