Public Member Functions | Data Fields

de::softpro::doc::Point Class Reference

A point (page coordinates or canvas coordinates). More...

#include <SignDocSDK-cpp.h>

Public Member Functions

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

Data Fields

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

Detailed Description

A point (page coordinates or canvas coordinates).


Constructor & Destructor Documentation

de::softpro::doc::Point::Point (  ) [inline]

Constructor.

All coordinates will be 0.

de::softpro::doc::Point::Point ( double  aX,
double  aY 
) [inline]

Constructor.

Parameters:
[in]aXThe X coordinate.
[in]aYThe Y coordinate.
de::softpro::doc::Point::Point ( const Point aSrc ) [inline]

Copy constructor.

Parameters:
[in]aSrcThe object to be copied.
de::softpro::doc::Point::~Point (  ) [inline]

Destructor.


Member Function Documentation

void de::softpro::doc::Point::set ( double  aX,
double  aY 
) [inline]

Set the coordinates of the point.

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

Field Documentation

The X coordinate.

The Y coordinate.


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