GridCoordinate
Note
Stable API. Supported for production use within the 1.x compatibility contract.
| Contract | Value |
|---|---|
| Assembly | LostLily.GridToolkit.Runtime |
| Namespace | LostLily.GridToolkit.Coordinates |
| Kind | class |
| Tier | Stable |
| Roles | CustomerWorkflow |
| Validated version | 1.0.0 |
Declaration
type class LostLily.GridToolkit.Coordinates.GridCoordinate : System.IEquatable<LostLily.GridToolkit.Coordinates.GridCoordinate>
Public members
Methods
System.Boolean Equals(LostLily.GridToolkit.Coordinates.GridCoordinate)
System.Boolean Equals(System.Object)
System.Int32 GetComponent(System.Int32)
System.Int32 GetHashCode()
System.Int32[] ToArray()
System.String ToString()
Properties
System.Int32 ComponentCount { get; }
System.String CoordinateSystemId { get; }
Versioning
Generated from the public Grid Toolkit 1.0.0 API metadata. Use the tier above when deciding how strongly to couple your project to this contract.