ImageBuffer.SetByteData Method |
|
Sets the Bytedata at an specific index of an imagebuffer.
|
| Syntax: |
|
[C#] Public void SetByteData( int ByteIndex );
Public void SetByteData( int ByteIndex, int LineIndex );
|
|
|
|
| ByteIndex |
|
Specifies the absolute index in an imagebuffer.
|
| LineIndex |
|
Specifies the LineIndex in an imagebuffer.
|
|
| Information: | | Introduced in version 3.1
|
| See also: |
|
ImageBuffer, ImageBuffer.GetByteData |