x4Trace Documentation v1.0
|
Public Member Functions | |
Point (float x, float y) | |
Constructor. | |
Properties | |
float | X [get, set] |
X coordinate. | |
float | Y [get, set] |
Y coordinate. | |
Private Attributes | |
float | x = 0 |
X coordinate. | |
float | y = 0 |
Y coordinate. | |
Point of GUI element.
FlowLib.Engine.Point.Point | ( | float | x, |
float | y ) |
Constructor.
x | X coordinate. |
y | Y coordinate. |