ezLCD SDK Documentation

EZLCDPoint Constructor 

 [This is preliminary documentation and subject to change.]

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

Parameters

X
The X dimension.
Y
The Y dimension.

See Also

EZLCDPoint Structure | EZLCD.Core Namespace