| Point Class |
Namespace: de.softpro.signdocsdk
public sealed class Point : IDisposable
The Point type exposes the following members.
| Name | Description | |
|---|---|---|
| Point |
Contructor
| |
| Point(Point) |
Copy contructor
| |
| Point(Double, Double) |
Contructor
|
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the Point | |
| getX |
Get the X coordinate for the point
| |
| getY |
Get the Y coordinate for the point
| |
| setX |
Set the X coordinate for the point
| |
| setY |
Set the X coordinate for the point
|