CADability dotNET
The GeoPoint type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Center |
Creates a new GeoPoint at the center of the points provided in the parameter list.
| |
| Distance |
Returns the distance from this point to the given point.
| |
| Equals |
Overrides object.Equals
(Overrides ValueType..::..Equals(Object).) | |
| GetHashCode |
Overrides object.GetHashCode()
(Overrides ValueType..::..GetHashCode()()()().) | |
| To2D |
returns a 2-dimensional point by ommiting the z-component.
| |
| ToPointF |
Returns this point modified by ModOp m as a System.Drawing.PointF
| |
| ToString |
Overrides object.ToString()
(Overrides ValueType..::..ToString()()()().) | |
| ToVector |
Returns the vector that points from the origin to this point
|
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| ISerializable..::..GetObjectData |