ezLCD SDK Documentation

EZLCDBitmapEx.EZLCDColorEx Property

 [This is preliminary documentation and subject to change.]

Provides read/write access to the pixels in this bitmap as a single-dimensional array.

Overload List

Provides read/write access to the pixels in this bitmap as a single-dimensional array.

[Visual Basic] Public Default Property Item(ByVal EZLCDPointEx) As 
[C#] public EZLCDColorEx this[EZLCDPointEx] { get; set; }
[C++] public: __property  get_EZLCDColorEx(EZLCDPointEx); public: __property void set_EZLCDColorEx(EZLCDPointEx,   EZLCDColorEx );

Provides read/write access to the pixels in this bitmap as a two-dimensional array.

[Visual Basic] Public Default Property Item(ByVal UInt16,ByVal Byte) As 
[C#] public EZLCDColorEx this[ushort,byte] { get; set; }
[C++] public: __property  get_EZLCDColorEx(unsigned short,char); public: __property void set_EZLCDColorEx(unsigned short,char,   EZLCDColorEx );

See Also

EZLCDBitmapEx Class | EZLCD.Core Namespace