Point |
public struct Point64
The Point64 type exposes the following members.
| Name | Description | |
|---|---|---|
| Point64(Point64) | Initializes a new instance of the Point64 struct. | |
| Point64(PointD) | Initializes a new instance of the Point64 struct from a PointD instance. | |
| Point64(Double, Double) | Initializes a new instance of the Point64 struct. | |
| Point64(Int64, Int64) | Initializes a new instance of the Point64 struct. | |
| Point64(Point64, Double) | Initializes a new instance of the Point64 struct. | |
| Point64(PointD, Double) | Initializes a new instance of the Point64 struct from a PointD instance, applying a scale. |
| Name | Description | |
|---|---|---|
| Equals |
Determines if the specified object is equal to the current Point64.
(Overrides ValueTypeEquals(Object)) | |
| GetHashCode |
Returns the hash code for the current Point64.
(Overrides ValueTypeGetHashCode) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString |
Returns a string representation of the point.
(Overrides ValueTypeToString) |
| Name | Description | |
|---|---|---|
| Addition(Point64, Point64) | Adds two Point64 instances. | |
| Equality(Point64, Point64) | Determines if two Point64 instances are equal. | |
| Inequality(Point64, Point64) | Determines if two Point64 instances are not equal. | |
| Subtraction(Point64, Point64) | Subtracts one Point64 instance from another. |