Syntax

C#
public class ByteImage

The type exposes the following properties.

Public Properties

  NameDescription
Public propertyData
The data, stored in BGR format.
Public propertyHeight
Height of the image in pixels.
Public propertyStride
Stride of the image in bytes. Usually 3*width.
Public propertyWidth
Width of the image in pixels

See Also