Click or drag to resize

WhiteboardSurfaceFinishShape Method

Finishes drawing AbstractShape object, ex. line can be continuously drawn and this indicates that this object is fully drawn.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void FinishShape(
	AbstractShape shape,
	WhiteboardSurfaceWhiteboardSurfaceCompletionHandler completionHandler
)

Parameters

shape
Type: Avaya.ClientServicesAbstractShape
Shape object which is fully drawn.
completionHandler
Type: Avaya.ClientServicesWhiteboardSurfaceWhiteboardSurfaceCompletionHandler
Completion handler instance that receives the result of the operation. If not provided, failure feedback cannot be provided.
See Also