Struct CircleI
- Namespace
- Alis.Core.Aspect.Math.Shape.Circle
- Assembly
- Alis.dll
The circle
public struct CircleI : IShape
Implements
Inherited Members
Properties
R
The
public int R { readonly get; set; }
Property Value
X
The
public int X { readonly get; set; }
Property Value
Y
The
public int Y { readonly get; set; }