Table of Contents

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

ax float
ay float

Properties

X

public float X { get; set; }

Property Value

float

Y

public float Y { get; set; }

Property Value

float