public interface IReadableBitmapDataRowMovable : IReadableBitmapDataRow,
IBitmapDataRow, IBitmapDataRowMovablePublic Interface IReadableBitmapDataRowMovable
Inherits IReadableBitmapDataRow, IBitmapDataRow, IBitmapDataRowMovablepublic interface class IReadableBitmapDataRowMovable : IReadableBitmapDataRow,
IBitmapDataRow, IBitmapDataRowMovabletype IReadableBitmapDataRowMovable =
interface
interface IReadableBitmapDataRow
interface IBitmapDataRow
interface IBitmapDataRowMovable
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) |
| Item |
Gets the color of the pixel in the current row at the specified x coordinate as a Color32 value.
(Inherited from IReadableBitmapDataRow) |
| 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) |
| GetColor |
Gets the color of the pixel in the current row at the specified x coordinate as a Color value.
(Inherited from IReadableBitmapDataRow) |
| GetColor32 |
Gets the color of the pixel in the current row at the specified x coordinate as a Color32 value.
(Inherited from IReadableBitmapDataRow) |
| GetColor64 |
Gets the color of the pixel in the current row at the specified x coordinate as a Color64 value.
(Inherited from IReadableBitmapDataRow) |
| GetColorF |
Gets the color of the pixel in the current row at the specified x coordinate as a ColorF value.
(Inherited from IReadableBitmapDataRow) |
| GetColorIndex |
If the owner IReadableBitmapData is an indexed one, then gets the color index of the pixel in the current row at the specified x coordinate.
(Inherited from IReadableBitmapDataRow) |
| GetPColor32 |
Gets the color of the pixel in the current row at the specified x coordinate as a PColor32 value.
(Inherited from IReadableBitmapDataRow) |
| GetPColor64 |
Gets the color of the pixel in the current row at the specified x coordinate as a PColor64 value.
(Inherited from IReadableBitmapDataRow) |
| GetPColorF |
Gets the color of the pixel in the current row at the specified x coordinate as a PColorF value.
(Inherited from IReadableBitmapDataRow) |
| 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. (Inherited from IBitmapDataRowMovable) |
| MoveToRow |
Moves the current IBitmapDataRowMovable to the specified row of the underlying IBitmapData.
(Inherited from IBitmapDataRowMovable) |
| ReadRawT |
Gets the underlying raw value within the current IReadableBitmapDataRow at the specified x coordinate.
(Inherited from IReadableBitmapDataRow) |