ezLCD SDK Documentation

EZLCDPointEx Constructor (UInt16, Byte)

 [This is preliminary documentation and subject to change.]

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
);

Parameters

x
The X dimension.
y
The Y dimension.

See Also

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