ezLCD SDK Documentation

IEZLCDNative. Method 

 [This is preliminary documentation and subject to change.]

Draws a full-screen bitmap on the screen. Note: Throws an ArgumentException if the resolution of the picture does not match the resolution of the screen.

[Visual Basic]
Sub ( _ 
   ByVal EZLCDBitmap As EZLCDBitmap _ 
)
[C#]
void (
   EZLCDBitmap EZLCDBitmap
);
[C++]
void (
   EZLCDBitmap* EZLCDBitmap
);
[JScript]
function (
   EZLCDBitmap EZLCDBitmap
);

Parameters

picture

See Also

IEZLCDNative Interface | EZLCD.SDK Namespace