Click or drag to resize

HtmlLinkSetArea Method

Namespace:  FairyGUI.Utils
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void SetArea(
	int startLine,
	float startCharX,
	int endLine,
	float endCharX
)

Parameters

startLine
Type: SystemInt32
startCharX
Type: SystemSingle
endLine
Type: SystemInt32
endCharX
Type: SystemSingle
See Also