Constructs an EZLCDPoint object given the X and Y dimensions.
[Visual Basic] Public Sub New( _ ByVal Byte As Byte, _ ByVal Byte As Byte _ ) [C#] public EZLCDPoint( byte Byte, byte Byte ); [C++] public: EZLCDPoint( char Byte, char Byte ); [JScript] public function EZLCDPoint( Byte Byte, Byte Byte );
EZLCDPoint Structure | EZLCD.Core Namespace