Set sets the values in Flags structure indicating the display properties of objects on stage.
Parameters |
Description |
double x |
The x coordinate of the object. |
double y |
The y coordinate of the object. |
double rotation |
The rotation of the object on stage. |
double xscale |
The horizontal scale of the object. |
double yscale |
The vertical scale of the object. |
double alpha |
The alpha value of the object. |
bool visible |
The Boolean value to indicate whether the object is visible or not on the stage. |
double z |
The z coordinate of the object. |
double xrotation |
The rotation of the object around the X axis, in degrees. |
double yrotation |
The rotation of the object around the Y axis, in degrees. |
double zscale |
The scale of the object along the Z axis. |