ezLCD SDK Documentation

EZLCDBase. 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]
Overridable Public Sub ( _ 
   ByVal EZLCDBitmap As EZLCDBitmap _ 
) _
    Implements IEZLCDNative.
[C#]
public virtual void (
   EZLCDBitmap EZLCDBitmap
);
[C++]
public: virtual void (
   EZLCDBitmap* EZLCDBitmap
);
[JScript]
public virtual function (
   EZLCDBitmap EZLCDBitmap
);

Parameters

picture

Implements

IEZLCDNative.

See Also

EZLCDBase Class | EZLCD.SDK Namespace