public interface IBitmapDataRowMovable : IBitmapDataRowPublic Interface IBitmapDataRowMovable
Inherits IBitmapDataRowpublic interface class IBitmapDataRowMovable : IBitmapDataRowtype IBitmapDataRowMovable =
interface
interface IBitmapDataRow
end| Index |
Gets the index of the current row. Can fall between zero and Height of the owner IBitmapData (exclusive upper bound).
(Inherited from IBitmapDataRow) |
| Size |
Gets the size of the row in bytes, or zero, if this IBitmapDataRow instance does not have an actual raw buffer to access.
See the Remarks section of the IBitmapData.RowSize property for details. (Inherited from IBitmapDataRow) |
| Width |
Gets the width of the row in pixels.
(Inherited from IBitmapDataRow) |
| MoveNextRow |
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. |
| MoveToRow | Moves the current IBitmapDataRowMovable to the specified row of the underlying IBitmapData. |