IWritableBitmapDataItem Property
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
IWritableBitmapDataRow this[
int y
] { get; }
ReadOnly Default Property Item (
y As Integer
) As IWritableBitmapDataRow
Get
property IWritableBitmapDataRow^ default[int y] {
IWritableBitmapDataRow^ get (int y);
}
abstract Item : IWritableBitmapDataRow with get
- y Int32
- The y-coordinate of the row to obtain.
IWritableBitmapDataRowAn
IWritableBitmapDataRow representing the row of the specified
y coordinate in the current
IWritableBitmapData.