ezLCD SDK Documentation

EZLCDBitmapEx.Transparent Property

 [This is preliminary documentation and subject to change.]

returns 0x00 if the bitmap is transparent, 0x01 if it is not.

[Visual Basic]
Public Property Byte As 
[C#]
public byte Byte { get; set; }
[C++]
public: __property  get_Byte();
public: __property void set_Byte(char );
[JScript]
public function get Byte() : Byte
public function set Byte(Byte);

See Also

EZLCDBitmapEx Class | EZLCD.Core Namespace