sptk::CShapePoint Class Reference
[GUI Classes]
A point to define a shape.
More...
#include <CShapePoint.h>
List of all members.
|
Public Member Functions |
| | CShapePoint (COORD _x=0, COORD _y=0) |
| | Default constructor.
|
| | CShapePoint (const CShapePoint &p) |
| | Copy constructor.
|
Public Attributes |
|
COORD | x |
| | X-coordinate.
|
|
COORD | y |
| | Y-coordinate.
|
Detailed Description
A point to define a shape.
Constructor & Destructor Documentation
| sptk::CShapePoint::CShapePoint |
( |
COORD |
_x = 0, |
|
|
COORD |
_y = 0 | |
|
) |
| | [inline] |
Default constructor.
- Parameters:
-
| _x | COORD, X-coordinate |
| _y | COORD, Y-coordinate |
References x, and y.
| sptk::CShapePoint::CShapePoint |
( |
const CShapePoint & |
p |
) |
[inline] |
Copy constructor.
- Parameters:
-
| p | const CPoint&, point to copy from |
References x, and y.
The documentation for this class was generated from the following file: