IReadableBitmapDataFirstRow Property

Gets an IReadableBitmapDataRowMovable instance representing the first row of the current IReadableBitmapData. Subsequent rows can be accessed by calling the MoveNextRow method on the returned instance while it returns . Alternatively, you can use the indexer or the GetMovableRow method 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#
IReadableBitmapDataRowMovable FirstRow { get; }

Property Value

IReadableBitmapDataRowMovable

Exceptions

ObjectDisposedExceptionThis IReadableBitmapData has already been disposed.

See Also