Click or drag to resize

BitmapConverter Class

Inheritance Hierarchy
SystemObject
  Ozeki.MediaBitmapConverter

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

The BitmapConverter type exposes the following members.

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