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

Image.Create Method

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

Creates a new image and allocates memory necessary for given parameters.

If an image has been created before, the old image and all used memory is freed before creating the new image.

Parameters

[int] iWidth

Zero-based index of the width.

[int] iHeight

Zero-based index of the height.

[Rx.Net.EPixelType] ePixelType

Type of the image.

[Rx.Net.EDataType] eDataType

Type of the data.