Click or drag to resize

Circle Class

Circle objects represent circular shape that can be added to whiteboard surface.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesAbstractShape
    Avaya.ClientServicesCircle

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

The Circle type exposes the following members.

Methods
  NameDescription
Public methodGetBottomRight
Returns bottom right point of the circle. Represents the end point of the circle.
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 methodGetStatus
The status which is sent to server.
(Inherited from AbstractShape.)
Public methodGetTopLeft
Returns top left point of the circle. Represents the starting point of the circle.
Public methodGetTranslation
Translation point of shape.
(Inherited from AbstractShape.)
Public methodGetWidth
The line width of shape.
(Inherited from AbstractShape.)
Public methodIsFilled
Indicates whether the circle is filled.
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.)
Top
See Also