SamplingImageData
Stores the sampling image data.
public class SamplingImageData
Attributes
Attribute | Type |
---|---|
bytes |
bytearray |
width |
int |
height |
int |
bytes
The sampling image data in a byte array.
SamplingImageData.bytes
width
The width of the sampling image.
int SamplingImageData.width
height
The height of the sampling image.
SamplingImageData.height