Table of Contents

Class Point

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

Constructors

Point(int, int)

public Point(int x, int y)

Parameters

x int
y int

Properties

X

public int X { get; set; }

Property Value

int

Y

public int Y { get; set; }

Property Value

int