Struct PointI
- Namespace
- Alis.Core.Aspect.Math.Shape.Point
- Assembly
- Alis.dll
The sdl point
public struct PointI : IShape
Implements
Inherited Members
Properties
X
The
public int X { readonly get; set; }
Property Value
Y
The
public int Y { readonly get; set; }