Table of Contents

Class Chart.Point

Namespace
GHIElectronics.Endpoint.UI.Controls
Assembly
GHIElectronics.Endpoint.UI.dll
public class Chart.Point
Inheritance
Chart.Point
Inherited Members

Constructors

Point()

public Point()

Point(int, int)

public Point(int ax, int ay)

Parameters

ax int
ay int

Properties

X

public int X { get; set; }

Property Value

int

Y

public int Y { get; set; }

Property Value

int