IReadWriteBitmapDataFirstRow Property

Gets an IReadWriteBitmapDataRow instance representing the first row of the current IReadWriteBitmapData. Subsequent rows can be accessed by calling the MoveNextRow method on the returned instance while it returns . Alternatively, you can use the indexer to obtain any row.
See the Examples section of the GetReadWriteBitmapData method for examples.

Definition

Namespace: KGySoft.Drawing.Imaging
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
C#
IReadWriteBitmapDataRowMovable FirstRow { get; }

Property Value

IReadWriteBitmapDataRowMovable

Exceptions

ObjectDisposedExceptionThis IReadWriteBitmapData has already been disposed.

See Also