ezLCD SDK Documentation

EZLCDBitmap.EZLCDColor Property

 [This is preliminary documentation and subject to change.]

Set or get the pixels in this bitmap as an array of elements.

Overload List

Set or get the pixels in this bitmap as an array of elements.

[Visual Basic] Public Default Property Item(ByVal EZLCDPoint) As 
[C#] public EZLCDColor this[EZLCDPoint] { get; set; }
[C++] public: __property  get_EZLCDColor(EZLCDPoint); public: __property void set_EZLCDColor(EZLCDPoint,   EZLCDColor );

Set or get the pixels in this bitmap as a two-dimensional array of elements.

[Visual Basic] Public Default Property Item(ByVal Byte,ByVal Byte) As 
[C#] public EZLCDColor this[byte,byte] { get; set; }
[C++] public: __property  get_EZLCDColor(char,char); public: __property void set_EZLCDColor(char,char,   EZLCDColor );

See Also

EZLCDBitmap Class | EZLCD.Core Namespace