Class PixelData
represents the generated code as a byte array with pixel data (4 byte per pixel, BGRA)
public sealed class PixelData
- Inheritance
-
PixelData
- Inherited Members
Properties
Height
the height of the image
public int Height { get; }
Property Value
Pixels
the generated code as byte array of BGRA pixels
public byte[] Pixels { get; }
Property Value
- byte[]
Width
the width of the image
public int Width { get; }