Click or drag to resize
CanvasTextAnalyzer Constructor (String, CanvasTextDirection, ICanvasTextAnalyzerOptions)
Initializes a new instance of the CanvasTextAnalyzer class.

Namespace:  Microsoft.Graphics.Canvas.Text
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public CanvasTextAnalyzer(
	string text,
	CanvasTextDirection textDirection,
	ICanvasTextAnalyzerOptions options
)

Parameters

text
Type: SystemString
textDirection
Type: Microsoft.Graphics.Canvas.TextCanvasTextDirection
options
Type: Microsoft.Graphics.Canvas.TextICanvasTextAnalyzerOptions
Remarks

It's valid to pass a zero-length string to this constructor.

See Also