IWritableBitmapDataFirstRow Property

Gets an IWritableBitmapDataRowMovable instance representing the first row of the current IWritableBitmapData. 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: 9.0.0
C#
IWritableBitmapDataRowMovable FirstRow { get; }

Property Value

IWritableBitmapDataRowMovable

Exceptions

ObjectDisposedExceptionThis IWritableBitmapData has already been disposed.

See Also