Value::SetDisplayInfo

Value::SetDisplayInfo
SF_INLINE bool SetDisplayInfo(const DisplayInfo& info);
Description

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

Parameters
Parameters 
Description 
const DisplayInfo& info 
The display properties to be set on the display object. See DisplayInfo
Return Value

Returns true if display properties were set, 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.