| Rect Class |
Namespace: de.softpro.signdocsdk
public sealed class Rect : IDisposable
The Rect type exposes the following members.
| Name | Description | |
|---|---|---|
| Rect |
Constructor
| |
| Rect(Rect) |
Copy Constructor
| |
| Rect(Double, Double, Double, Double) |
Constructor
|
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the Rect | |
| getHeight |
Get the height of the rectangle.
| |
| getWidth |
Get the width of the rectangle.
| |
| getX1 |
Get The first X coordinate.
| |
| getX2 |
Get The second X coordinate.
| |
| getY1 |
Get The first Y coordinate.
| |
| getY2 |
Get The second Y coordinate.
| |
| normalize |
Normalizes the rectangle.
Normalizes the rectangle to the one with lower - left and upper - right corners assuming that the origin is in the lower - left corner of the page.
| |
| scale |
scale the rectangle.
| |
| set |
Set the coordinates of the rectangle.
|