Constructs an EZLCDPointEx object given a 16-bit X value and an 8-bit Y value.
[Visual Basic] Public Sub New( _ ByVal UInt16 As UInt16, _ ByVal Byte As Byte _ ) [C#] public EZLCDPointEx( ushort UInt16, byte Byte ); [C++] public: EZLCDPointEx( unsigned short UInt16, char Byte ); [JScript] public function EZLCDPointEx( UInt16 UInt16, Byte Byte );
EZLCDPointEx Structure | EZLCD.Core Namespace | EZLCDPointEx Constructor Overload List