Click or drag to resize

TextFieldGetLinesShape 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: SystemInt32
startCharX
Type: SystemSingle
endLine
Type: SystemInt32
endCharX
Type: SystemSingle
clipped
Type: SystemBoolean
resultRects
Type: System.Collections.GenericListRect
See Also