Click or drag to resize

WhiteboardSurfaceAddText Method

Adds text field to whiteboard.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public AbstractShape AddText(
	Point Position,
	string Content,
	Color color,
	uint FontSize,
	WhiteboardSurfaceWhiteboardSurfaceCompletionHandler completionHandler
)

Parameters

Position
Type: System.WindowsPoint
Coordinates - position on whiteboard.
Content
Type: SystemString
Represents text to be drawn.
color
Type: System.Windows.MediaColor
Color to fill the text.
FontSize
Type: SystemUInt32
Font size of text.
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: AbstractShape
Text object which will be drawn on the whiteboard surface.
See Also