Struct LineI
- Namespace
- Alis.Core.Aspect.Math.Shape.Line
- Assembly
- Alis.dll
The line
public struct LineI : IShape
Implements
Inherited Members
Properties
X1
The x1
public int X1 { readonly get; set; }
Property Value
X2
The x2
public int X2 { readonly get; set; }
Property Value
Y1
The y1
public int Y1 { readonly get; set; }
Property Value
Y2
The y2
public int Y2 { readonly get; set; }