Struct PointF
- Namespace
- Alis.Core.Aspect.Math.Shape.Point
- Assembly
- Alis.dll
The f point
public struct PointF : IShapeImplements
Inherited Members
Constructors
PointF(float)
Initializes a new instance of the Alis.Core.Aspect.Math.Shape.Point.PointF class
public PointF(float value)Parameters
valuefloat-
The value
PointF(PointF)
Initializes a new instance of the Alis.Core.Aspect.Math.Shape.Point.PointF class
public PointF(PointF point)Parameters
pointPointF-
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; }