ezLCD SDK Documentation

EZLCDPointEx Constructor (Byte, Byte, Byte)

 [This is preliminary documentation and subject to change.]

Constructs an EZLCDPointEx object given three 8-bit values.

[Visual Basic]
Public Sub New( _ 
   ByVal Byte As Byte, _ 
   ByVal Byte As Byte, _ 
   ByVal Byte As Byte _ 
)
[C#]
public EZLCDPointEx(
   byte Byte,
   byte Byte,
   byte Byte
);
[C++]
public: EZLCDPointEx(
   char Byte,
   char Byte,
   char Byte
);
[JScript]
public function EZLCDPointEx(
   Byte Byte,
   Byte Byte,
   Byte Byte
);

Parameters

Xhigh
The high-order byte of the X dimension.
Xlow
The low-order byte of the X dimension.
Y
The Y dimension.

See Also

EZLCDPointEx Structure | EZLCD.Core Namespace | EZLCDPointEx Constructor Overload List