Struct PointF
- Namespace
- Alis.Core.Aspect.Math.Shape.Point
- Assembly
- Alis.dll
The f point
public struct PointF : IShape
Implements
Inherited Members
Constructors
PointF(float)
Initializes a new instance of the Alis.Core.Aspect.Math.Shape.Point.PointF class
public PointF(float value)
Parameters
value
float-
The value
PointF(PointF)
Initializes a new instance of the Alis.Core.Aspect.Math.Shape.Point.PointF class
public PointF(PointF point)
Parameters
point
PointF-
The point
PointF(float, float)
Initializes a new instance of the Alis.Core.Aspect.Math.Shape.Point.PointF class
public PointF(float x, float y)
Parameters
Properties
X
The X
public float X { readonly get; set; }
Property Value
Y
The Y
public float Y { readonly get; set; }