SignDoc SDK (.NET with exceptions)  5.0.0
Point Class Reference

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

Public Member Functions

 ~Point ()
 Destructor. More...
 
 !Point ()
 Finalizer. More...
 
 Point ()
 Constructor. More...
 
 Point (double aX, double aY)
 Constructor. More...
 
 Point (Point aSource)
 Copy constructor. More...
 
double getX ()
 Get the X coordinate. More...
 
double getY ()
 Get the Y coordinate. More...
 
void setX (double aX)
 Set the X coordinate. More...
 
void setY (double aY)
 Set the Y coordinate. More...
 

Detailed Description

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

See Coordinate Systems.

Constructor & Destructor Documentation

~Point ( )

Destructor.

!Point ( )

Finalizer.

Point ( )

Constructor.

All coordinates will be 0.

Point ( double  aX,
double  aY 
)

Constructor.

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

Copy constructor.

Parameters
[in]aSourceThe object to be copied.

Member Function Documentation

double getX ( )

Get the X coordinate.

Returns
The X coordinate.
double getY ( )

Get the Y coordinate.

Returns
The Y coordinate.
void setX ( double  aX)

Set the X coordinate.

Parameters
[in]aXThe X coordinate.
void setY ( double  aY)

Set the Y coordinate.

Parameters
[in]aYThe Y coordinate.

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