ezLCD SDK Documentation

EZLCD001. Method 

 [This is preliminary documentation and subject to change.]

Unsupported method.

[Visual Basic]
Overrides Public Sub ( _ 
   ByVal EZLCDPoint As EZLCDPoint, _ 
   ByVal Byte As Byte _ 
)
[C#]
public override void (
   EZLCDPoint EZLCDPoint,
   byte Byte
);
[C++]
public: void (
   EZLCDPoint EZLCDPoint,
   char Byte
);
[JScript]
public override function (
   EZLCDPoint EZLCDPoint,
   Byte Byte
);

Parameters

topLeft
N/A
bitmapIndex
N/A

See Also

EZLCD001 Class | EZLCD.SDK Namespace