Click or drag to resize

ImageNETPixelFormat Class

An image with a generic pixel color format
Inheritance Hierarchy
SystemObject
  Zivid.NETImageNETPixelFormat

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public class Image<NETPixelFormat>

Type Parameters

NETPixelFormat
Color format of pixels in the image. It currently only supports RGBA8 format

The ImageNETPixelFormat type exposes the following members.

Constructors
  NameDescription
Public methodImageNETPixelFormat
Initializes a new instance of the ImageNETPixelFormat class
Top
Properties
Methods
  NameDescription
Public methodSave
Save the image to a file. The supported file type is PNG.
Public methodToArray
Get the image as an array of bytes
Top
See Also