Click or drag to resize

DisplayObjectTransformRect Method

Namespace:  FairyGUI
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Rect TransformRect(
	Rect rect,
	DisplayObject targetSpace
)

Parameters

rect
Type: Rect
targetSpace
Type: FairyGUIDisplayObject
null if to world space

Return Value

Type: Rect
See Also