x4Trace Documentation v1.0
All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
FlowLib.Engine.Point Class Reference

Point of GUI element. More...

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.
 

Detailed Description

Point of GUI element.

Constructor & Destructor Documentation

◆ Point()

FlowLib.Engine.Point.Point ( float x,
float y )

Constructor.

Parameters
xX coordinate.
yY coordinate.

The documentation for this class was generated from the following file: