Represents a single row of an IBitmapData instance. Reading or writing actual pixels is available via the derived interfaces of this type.
See the Remarks section of the GetReadWriteBitmapData method for details and examples.
See the Remarks section of the GetReadWriteBitmapData method for details and examples.
Namespace: KGySoft.Drawing.Imaging
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 7.0.0-preview.2
Syntax
The IBitmapDataRow type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Index |
Gets the index of the current row. Can fall between zero and Height of the owner IBitmapData (exclusive upper bound).
|
![]() | 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. |
![]() | Width |
Gets the width of the row in pixels.
|
See Also