Interface IPoint<T>
- Namespace
- Whim
- Assembly
- Whim.dll
A point in the coordinate space.
public interface IPoint<T> where T : INumber<T>
Type Parameters
T
Properties
X
The x-coordinate of the left of the item.
T X { get; }
Property Value
- T
Y
The y-coordinate of the top of the item.
T Y { get; }
Property Value
- T