DisplayInfo(); DisplayInfo(double x, double y); DisplayInfo(double rotation); DisplayInfo(bool visible);
Initializes the DisplayInfo structure.
|
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. |