|
Enrollment 28.2.0
|
It holds line points. More...
#include <ImageAttribute.h>
Public Member Functions | |
| void | WriteTo (Writer &writer) const final |
| Write itself into writer. | |
| Line (Point beginPoint, Point endPoint) | |
| Constructor store given coordinates. | |
| Line (Point b, float angle, unsigned int length) | |
| Constructor calculates end point based on angle and length. | |
Public Attributes | |
| Point | begin |
| line begin point | |
| Point | end |
| line end point | |
It holds line points.
|
inlinefinalvirtual |
Write itself into writer.
| writer | Writer to use to serialize this Serializable |
Implements Serializable.