Click or drag to resize

TextField.GetLinesShape Method

Namespace:  FairyGUI
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void GetLinesShape(
	int startLine,
	float startCharX,
	int endLine,
	float endCharX,
	bool clipped,
	List<Rect> resultRects
)

Parameters

startLine
Type: System.Int32
startCharX
Type: System.Single
endLine
Type: System.Int32
endCharX
Type: System.Single
clipped
Type: System.Boolean
resultRects
Type: System.Collections.Generic.List<Rect>
See Also