ArrayPoint Structure |
Namespace: Gamelogic.Grids
[SerializableAttribute] [VersionAttribute(1, 0, 0)] [ImmutableAttribute] public struct ArrayPoint : IEquatable<ArrayPoint>
The ArrayPoint type exposes the following members.
| Name | Description | |
|---|---|---|
| ArrayPoint |
Constructs a new ArrayPoint with the given coordinates.
|
| Name | Description | |
|---|---|---|
| X |
Returns the x-coordinate of this coordinate pair.
| |
| Y |
Returns the y-coordinate of this coordinate pair.
|
| Name | Description | |
|---|---|---|
| Add | ||
| Equals(Object) | (Overrides ValueTypeEquals(Object).) | |
| Equals(ArrayPoint) | ||
| GetHashCode | (Overrides ValueTypeGetHashCode.) | |
| GetType | (Inherited from Object.) | |
| Max | ||
| Min | ||
| Subtract | ||
| ToString |
Converts this ArrayPoint into a string.
(Overrides ValueTypeToString.) |
| Name | Description | |
|---|---|---|
| Addition | ||
| Equality | ||
| Inequality | ||
| Subtraction |
| Name | Description | |
|---|---|---|
| ThrowIfNull |
Throws a NullReferenceException if the object is null.
(Defined by ObjectExtensions.) |