Value::GetDisplayInfo

Value::GetDisplayInfo
SF_INLINE bool GetDisplayInfo(DisplayInfo* pinfo) const;
Description

GetDisplayInfo retrieves the display properties of a display object (MovieClips, Buttons and TextFields). Only valid for DisplayObject type.

Parameters
Parameters 
Description 
DisplayInfo* pinfo 
Holder for the display properties. 
Return Value

Returns true if display property were retrieved, otherwise false. A false value will also be returned if the Value is a reference to a display object, and the display object was unloaded.