SignDoc SDK (C++)  5.0.0
Point Class Reference

A point (document coordinates or canvas coordinates depending on context). More...

#include <SignDocSDK-cpp.h>

Public Member Functions

 Point ()
 Constructor. More...
 
 Point (double aX, double aY)
 Constructor. More...
 
 Point (const Point &aSource)
 Copy constructor. More...
 
 ~Point ()
 Destructor. More...
 
void set (double aX, double aY)
 Set the coordinates of the point. More...
 

Data Fields

double mX
 The X coordinate. More...
 
double mY
 The Y coordinate. More...
 

Detailed Description

A point (document coordinates or canvas coordinates depending on context).

See Coordinate Systems.

Constructor & Destructor Documentation

Point ( )
inline

Constructor.

All coordinates will be 0.

Point ( double  aX,
double  aY 
)
inline

Constructor.

Parameters
[in]aXThe X coordinate.
[in]aYThe Y coordinate.
Point ( const Point aSource)
inline

Copy constructor.

Parameters
[in]aSourceThe object to be copied.
~Point ( )
inline

Destructor.

Member Function Documentation

void set ( double  aX,
double  aY 
)
inline

Set the coordinates of the point.

Parameters
[in]aXThe X coordinate.
[in]aYThe Y coordinate.

Field Documentation

double mX

The X coordinate.

double mY

The Y coordinate.


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