It holds X and Y coordinates of point.
More...
#include <ImageAttribute.h>
|
| | Point (X xCoordinate, Y yCoordinate) |
| | Constructor store given dimensions.
|
| void | WriteTo (Writer &writer) const final |
| | Write itself into writer.
|
|
|
X | x = 0 |
| | X Coordinate.
|
|
Y | y = 0 |
| | Y Coordinate.
|
It holds X and Y coordinates of point.
◆ Point()
| Point |
( |
X | xCoordinate, |
|
|
Y | yCoordinate ) |
|
inline |
Constructor store given dimensions.
- Parameters
-
| xCoordinate | x Coordinate |
| yCoordinate | y Coordinate |
References x, and y.
◆ WriteTo()
| void WriteTo |
( |
Writer & | writer | ) |
const |
|
inlinefinalvirtual |
Write itself into writer.
- Parameters
-
Implements Serializable.
References x, and y.
The documentation for this class was generated from the following file: