Struct CliPoint
- Namespace
- ItTiger.TigerCli.Primitives
- Assembly
- ItTiger.TigerCli.dll
A zero-based (column, row) position within a CliGrid.
public readonly record struct CliPoint : IEquatable<CliPoint>
- Implements
- Inherited Members
Constructors
CliPoint(int, int)
A zero-based (column, row) position within a CliGrid.
public CliPoint(int Column, int Row)
Parameters
Properties
Column
public int Column { get; init; }
Property Value
Row
public int Row { get; init; }