Annotation Pro API
Public Member Functions | Properties | List of all members
XYValue Class Reference

XYValue class, contains 2 properties: X and Y More...

Public Member Functions

 XYValue ()
 Contstructor More...
 
 XYValue (double x, double y)
 Constructor and initialization with x and y double values More...
 

Properties

double X [get, set]
 X value More...
 
double Y [get, set]
 Y value More...
 

Detailed Description

XYValue class, contains 2 properties: X and Y

Constructor & Destructor Documentation

◆ XYValue() [1/2]

XYValue ( )
inline

Contstructor

◆ XYValue() [2/2]

XYValue ( double  x,
double  y 
)
inline

Constructor and initialization with x and y double values

Parameters
xx value
yy value

Property Documentation

◆ X

double X
getset

X value

◆ Y

double Y
getset

Y value


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