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 );
TouchPoint Structure | EZLCD.Core Namespace