Provides read/write access to the pixels in this bitmap as a two-dimensional array.
[C#] In C#, this property is the indexer for the EZLCDBitmapEx class.
[Visual Basic] Public Default Property Item( _ ByVal UInt16 As UInt16, _ ByVal Byte As Byte _ ) As [C#] public EZLCDColorEx this[ ushort UInt16, byte Byte ] { get; set; } [C++] public: __property get_EZLCDColorEx( unsigned short UInt16, char Byte ); public: __property void set_EZLCDColorEx( unsigned short UInt16, char Byte, EZLCDColorEx newValue ); [JScript] returnValue = EZLCDBitmapExObject.Item( UInt16, Byte ); EZLCDBitmapExObject.Item( UInt16, Byte ) = newValue; -or- returnValue = EZLCDBitmapExObject( UInt16, Byte ); EZLCDBitmapExObject( UInt16, Byte ) = newValue;
[JScript] In JScript, you can use the default indexed properties defined by a type, but you cannot explicitly define your own. However, specifying the expando attribute on a class automatically provides a default indexed property whose type is Object and whose index type is String.
EZLCDBitmapEx Class | EZLCD.Core Namespace | EZLCDBitmapEx.EZLCDColorEx Overload List