Click or drag to resize

BitmapConverter Class

Inheritance Hierarchy
SystemObject
  Ozeki.MediaBitmapConverter

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public class BitmapConverter : IByteArrayConverter<Image>

The BitmapConverter type exposes the following members.

Constructors
  NameDescription
Public methodBitmapConverter
Initializes a new instance of the BitmapConverter class
Top
Methods
  NameDescription
Public methodByteArrayToObject
Public methodGetBytes
Public methodInit
Width of the pictureHeight of the picturePixelformat of the picture. The supported formats are: Format24bppRgb, Format32bppArgb, Format8bppIndexed
Top
See Also