Set or get the pixels in this bitmap as an array of elements.
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 );
EZLCDBitmap Class | EZLCD.Core Namespace