WhiteboardSurfaceAddShape Method |
Add shape (polygon) to whiteboard.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic AbstractShape AddShape(
Point[] Points,
bool IsFilled,
bool isFinished,
Color color,
uint Width,
WhiteboardSurfaceWhiteboardSurfaceCompletionHandler completionHandler
)
Parameters
- Points
- Type: System.WindowsPoint
Array of point objects which represents whole shape. - IsFilled
- Type: SystemBoolean
Is this shape filled by Color. - isFinished
- Type: SystemBoolean
Is this shape already drawn (ex. line can be continuously drawn). - color
- Type: System.Windows.MediaColor
Color to fill the shape. - Width
- Type: SystemUInt32
Width of shape. - 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:
AbstractShapeShape object which will be drawn on the whiteboard surface.
See Also