Class Chart.PointF
- Namespace
- GHIElectronics.Endpoint.UI.Controls
- Assembly
- GHIElectronics.Endpoint.UI.dll
public class Chart.PointF
- Inheritance
-
Chart.PointF
- Inherited Members
Constructors
PointF(float, float)
public PointF(float ax, float ay)
Parameters
Properties
X
public float X { get; set; }
Property Value
Y
public float Y { get; set; }