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
Properties
X
public int X { get; set; }
Property Value
Y
public int Y { get; set; }