| Point Class |
Namespace: de.softpro.signdocsdk
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 | |
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| 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
| |
| ToString | (Inherited from Object.) |