IReadWriteBitmapDataItem Property
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 9.1.1
IReadWriteBitmapDataRow this[
int y
] { get; }
ReadOnly Default Property Item (
y As Integer
) As IReadWriteBitmapDataRow
Get
property IReadWriteBitmapDataRow^ default[int y] {
IReadWriteBitmapDataRow^ get (int y);
}
abstract Item : IReadWriteBitmapDataRow with get
- y Int32
- The y-coordinate of the row to obtain.
IReadWriteBitmapDataRowAn
IReadWriteBitmapDataRow representing the row of the specified
y coordinate in the current
IReadWriteBitmapData.