Enrollment 28.2.0
Loading...
Searching...
No Matches

It holds X and Y coordinates of point. More...

#include <ImageAttribute.h>

Collaboration diagram for Point:

Public Member Functions

 Point (X xCoordinate, Y yCoordinate)
 Constructor store given dimensions.
void WriteTo (Writer &writer) const final
 Write itself into writer.

Public Attributes

X x = 0
 X Coordinate.
Y y = 0
 Y Coordinate.

Detailed Description

It holds X and Y coordinates of point.

Constructor & Destructor Documentation

◆ Point()

Point ( X xCoordinate,
Y yCoordinate )
inline

Constructor store given dimensions.

Parameters
xCoordinatex Coordinate
yCoordinatey Coordinate

References x, and y.

Member Function Documentation

◆ WriteTo()

void WriteTo ( Writer & writer) const
inlinefinalvirtual

Write itself into writer.

Parameters
writerWriter to use to serialize this Serializable

Implements Serializable.

References x, and y.


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