Shape Class |
Namespace: Avaya.ClientServices
public class Shape : AbstractShape
The Shape type exposes the following members.
Name | Description | |
---|---|---|
![]() | ContinueDrawing | |
![]() | FinishDrawing |
Finishes drawing shape.
|
![]() | GetColor |
Returns color of shape.
(Inherited from AbstractShape.) |
![]() | GetId |
Returns the shape ID associated with the particular shape object.
(Inherited from AbstractShape.) |
![]() | GetOwnerDisplayName |
Display name of user who created shape.
(Inherited from AbstractShape.) |
![]() | GetShapePoints |
Returns array containing Point shape points from which it is created.
|
![]() | GetShapeTranslatedPoints |
Returns shape points array where each point is moved respectivly
to current shape translation.
|
![]() | GetStatus |
The status which is sent to server.
(Inherited from AbstractShape.) |
![]() | GetTranslation |
Translation point of shape.
(Inherited from AbstractShape.) |
![]() | GetWidth |
The line width of shape.
(Inherited from AbstractShape.) |
![]() | IsFilled |
Indicates whether shape is filled.
|
![]() | IsFinished |
Indicates whether shape is finished.
|
![]() | IsMine |
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.) |
![]() | SetId |
Sets the shape ID.
(Inherited from AbstractShape.) |
![]() | SetStatus |
Sets shape status.
(Inherited from AbstractShape.) |
![]() | SetTranslaton |
Sets translation of shape.
(Inherited from AbstractShape.) |
![]() | UpdatePoints |
Updates shape with an array of new points.
|