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