ezLCD SDK Documentation

EZLCDBitmapEx.TransparentColor Property

 [This is preliminary documentation and subject to change.]

Get/Set the transparent color of this bitmap.

[Visual Basic]
Public Property EZLCDColorEx As 
[C#]
public EZLCDColorEx EZLCDColorEx { get; set; }
[C++]
public: __property  get_EZLCDColorEx();
public: __property void set_EZLCDColorEx(EZLCDColorEx );
[JScript]
public function get EZLCDColorEx() : EZLCDColorEx
public function set EZLCDColorEx(EZLCDColorEx);

See Also

EZLCDBitmapEx Class | EZLCD.Core Namespace