DisplayObject.TransformPoint Method |
Namespace:
FairyGUI
Assembly:
FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Vector2 TransformPoint(
Vector2 point,
DisplayObject targetSpace
)
Parameters
- point
- Type: Vector2
- targetSpace
- Type: FairyGUI.DisplayObject
null if to world space
Return Value
Type:
Vector2
See Also