![]() |
|
SignDoc SDK (.NET with exceptions)
5.0.0
|
A frame and its weight. More...
Public Member Functions | |
| ~SignDocWeightedFrame () | |
| Destructor. More... | |
| !SignDocWeightedFrame () | |
| Finalizer. More... | |
| SignDocWeightedFrame () | |
| Constructor. More... | |
| SignDocWeightedFrame (int aX1, int aY1, int aX2, int aY2, double aWeight) | |
| Constructor. More... | |
| SignDocWeightedFrame (SignDocWeightedFrame aSource) | |
| Copy constructor. More... | |
| int | getWidth () |
| Get the width of the rectangle. More... | |
| int | getHeight () |
| Get the height of the rectangle. More... | |
| int | getX1 () |
| Get the first X coordinate. More... | |
| int | getY1 () |
| Get the first Y coordinate. More... | |
| int | getX2 () |
| Get the second X coordinate. More... | |
| int | getY2 () |
| Get the second Y coordinate. More... | |
| double | getWeight () |
| Get the weight. More... | |
A frame and its weight.
This class uses image coordinates, see Coordinate Systems.
| ~SignDocWeightedFrame | ( | ) |
Destructor.
| !SignDocWeightedFrame | ( | ) |
Finalizer.
Constructor.
All coordinates and the weight will be 0.
| SignDocWeightedFrame | ( | int | aX1, |
| int | aY1, | ||
| int | aX2, | ||
| int | aY2, | ||
| double | aWeight | ||
| ) |
Constructor.
| [in] | aX1 | The first X coordinate. |
| [in] | aY1 | The first Y coordinate. |
| [in] | aX2 | The second X coordinate. |
| [in] | aY2 | The second Y coordinate. |
| [in] | aWeight | The weight (0.0 through 1.0, not checked). |
| SignDocWeightedFrame | ( | SignDocWeightedFrame | aSource | ) |
Copy constructor.
| [in] | aSource | The object to be copied. |
| int getHeight | ( | ) |
Get the height of the rectangle.
| double getWeight | ( | ) |
Get the weight.
| int getWidth | ( | ) |
Get the width of the rectangle.
| int getX1 | ( | ) |
Get the first X coordinate.
| int getX2 | ( | ) |
Get the second X coordinate.
| int getY1 | ( | ) |
Get the first Y coordinate.
| int getY2 | ( | ) |
Get the second Y coordinate.