Provides read/write access to the pixels in this bitmap as a single-dimensional array.
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 );
EZLCDBitmapEx Class | EZLCD.Core Namespace