'Declaration Public Sub Write1BppRowFrom8BppData( _
ByVal widthThe row width in pixels.As System.Int32, _
ByVal rowThe zero-based row index.As System.Int32, _
ByVal bufferThe 8-bpp buffer from which data must be read.() As Byte, _
ByVal bufferIndexThe zero-based start index in buffer to read.As System.Int32, _
ByVal color0ValueThe 8-bpp value that represents 0 value in 1-bpp data.As Byte, _
ByVal color1ValueThe 8-bpp value that represents 1 value in 1-bpp data.As Byte _
)
public void Write1BppRowFrom8BppData(
System.Int32 width,
System.Int32 row,
byte[] buffer,
System.Int32 bufferIndex,
byte color0Value,
byte color1Value
)
public: void Write1BppRowFrom8BppData(
System.Int32 width,
System.Int32 row,
byte[]* buffer,
System.Int32 bufferIndex,
byte color0Value,
byte color1Value
)
public:
void Write1BppRowFrom8BppData(
System.Int32 width,
System.Int32 row,
array<byte>^ buffer,
System.Int32 bufferIndex,
byte color0Value,
byte color1Value
)
Parameters
- width
- The row width in pixels.
- row
- The zero-based row index.
- buffer
- The 8-bpp buffer from which data must be read.
- bufferIndex
- The zero-based start index in buffer to read.
- color0Value
- The 8-bpp value that represents 0 value in 1-bpp data.
- color1Value
- The 8-bpp value that represents 1 value in 1-bpp data.