IBitmapDataRowMovableMoveNextRow Method

If not already in the last row (Index is less than Height of the owner IBitmapData), then advances the position of the current IBitmapDataRowMovable instance so it points to the next 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.1.1
C#
bool MoveNextRow()

Return Value

Boolean
, if this IBitmapDataRow has been advanced to another row; , if this IBitmapDataRow had already pointed to the last row before this method was called.

See Also