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