public interface IReadWriteBitmapDataRow : IReadableBitmapDataRow,
IBitmapDataRow, IWritableBitmapDataRow
Public Interface IReadWriteBitmapDataRow
Inherits IReadableBitmapDataRow, IBitmapDataRow, IWritableBitmapDataRow
public interface class IReadWriteBitmapDataRow : IReadableBitmapDataRow,
IBitmapDataRow, IWritableBitmapDataRow
type IReadWriteBitmapDataRow =
interface
interface IReadableBitmapDataRow
interface IBitmapDataRow
interface IWritableBitmapDataRow
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 or sets the color of the pixel in the current row at the specified x coordinate. |
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.
(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) |
ReadRawT |
Gets the underlying raw value within the current IReadableBitmapDataRow at the specified x coordinate.
(Inherited from IReadableBitmapDataRow) |
SetColor |
Sets the color of the pixel in the current row at the specified x coordinate.
(Inherited from IWritableBitmapDataRow) |
SetColorIndex |
If the owner IWritableBitmapData has an indexed pixel format, then sets the color index of the pixel in the current row at the specified x coordinate.
(Inherited from IWritableBitmapDataRow) |
WriteRawT |
Sets the underlying raw value within the current IWritableBitmapDataRow at the specified x coordinate.
(Inherited from IWritableBitmapDataRow) |