Method | Description | |
---|---|---|
ImageBuffer ( |
Initializes a new instance of the ImageBuffer class.
|
|
UpdatePixelIndexes ( IEnumerable |
Updates the pixel indexes.
|
public ImageBuffer ( |
||
image | /// The image to store. /// | |
return | System |
public UpdatePixelIndexes ( IEnumerable |
||
lineIndexes | IEnumerable |
/// The enumerable byte array representing each row of pixels. /// |
return | void |