Class PixelMapping

PixelMapping class

public class PixelMapping : IDisposable

Properties

NameDescription
Data { get; }The mapped bytes of pixels.
Height { get; }Rows of the pixels
Stride { get; }Bytes of pixels in a row.
Width { get; }Columns of the pixels

Methods

NameDescription
Dispose()Dispose the mapping instance

See Also