Public Member Functions | |
Point (float x, float y) | |
![]() | |
T | GetX () |
void | SetX (T x) |
T | GetY () |
void | SetY (T y) |
![]() | |
T | GetX () |
First value. e.g. Horizontal, x, position of a point. More... | |
void | SetX (T x) |
T | GetY () |
Second value. e.g. Vertical, y, position of a point. More... | |
void | SetY (T y) |
Additional Inherited Members | |
![]() | |
APair (T x, T y) | |
![]() | |
T | x |
T | y |
com.UniPRT.Sdk.LabelMaker.Point.Point | ( | float | x, |
float | y | ||
) |