ezLCD SDK Documentation

TouchPoint Constructor 

 [This is preliminary documentation and subject to change.]

Constructs a new TouchPoint object given an X and Y coordinate.

[Visual Basic]
Public Sub New( _ 
   ByVal UInt16 As UInt16, _ 
   ByVal UInt16 As UInt16 _ 
)
[C#]
public TouchPoint(
   ushort UInt16,
   ushort UInt16
);
[C++]
public: TouchPoint(
   unsigned short UInt16,
   unsigned short UInt16
);
[JScript]
public function TouchPoint(
   UInt16 UInt16,
   UInt16 UInt16
);

Parameters

x
The X coordinate of the new TouchPoint object.
y
The Y coordinate of the new TouchPoint object.

See Also

TouchPoint Structure | EZLCD.Core Namespace