AdjustedCoordinate Methods |
The AdjustedCoordinate type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetX |
Gets the X component of the coordinate.
| |
GetY |
Gets the Y component of the coordinate.
| |
IsAspectCorrected |
Gets whether or not this coordinate is aspect corrected.
| |
IsPenDown |
Gets whether or not the pen is currently down.
| |
IsRangeCorrected |
Gets whether or not this coordinate is range corrected.
| |
SetAspectCorrected |
Sets whether or not this coordinate is aspect corrected.
| |
SetPenDown |
Sets whether or not the pen is currently down.
| |
SetRangeCorrected |
Sets whether or not this coordinate is range corrected.
| |
SetX |
Sets the X component of the coordinate.
| |
SetY |
Sets the Y component of the coordinate.
| |
ToString |
Converts this object into a human readable string.
(Overrides ObjectToString.) |