Value::DisplayInfo::DisplayInfo

Value::DisplayInfo::DisplayInfo
DisplayInfo();
DisplayInfo(double x, double y);
DisplayInfo(double rotation);
DisplayInfo(bool visible);
Description

Initializes the DisplayInfo structure.

Parameters
Parameters 
Description 
double x 
x coordinate of the object. 
double y 
y coordinate of the object. 
double rotation 
A value to specify the rotation of the object. 
bool visible 
Boolean value to indicate whether the object is visible or not.