Namespace: Rx.Net – Class: Image – Assembly: Rx.Net.Mixed

Image.Image Constructor

C#
public Image(int iWidth, int iHeight, Rx.Net.EPixelType ePixelType, Rx.Net.EDataType eDataType)

Constructor.

Parameters

[int] iWidth

The image width in pixels.

[int] iHeight

The image height in pixel.

[Rx.Net.EPixelType] ePixelType

The pixel type.

[Rx.Net.EDataType] eDataType

The data type.