WhiteboardSurfaceAddCircle Method |
Add circle to whiteboard.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic AbstractShape AddCircle(
Point TopLeft,
Point BottomRight,
bool IsFilled,
Color color,
uint Width,
WhiteboardSurfaceWhiteboardSurfaceCompletionHandler completionHandler
)
Parameters
- TopLeft
- Type: System.WindowsPoint
Represents start point of circle from which it will be drawn. - BottomRight
- Type: System.WindowsPoint
Represents end point of circle. - IsFilled
- Type: SystemBoolean
Is this circle filled by Color. - color
- Type: System.Windows.MediaColor
Color to fill the circle. - Width
- Type: SystemUInt32
Width of circle. - completionHandler
- Type: Avaya.ClientServicesWhiteboardSurfaceWhiteboardSurfaceCompletionHandler
Completion handler instance that receives the result of the operation.
If not provided, failure feedback cannot be provided.
Return Value
Type:
AbstractShapeCircle object which will be drawn on the whiteboard surface.
See Also