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

Image.Create Method

C#
public virtual void Create(Rx.Net.ImageFormat xFormat)

Creates a new image and allocates memory necessary for the given image format.

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

Parameters

[Rx.Net.ImageFormat] xFormat

[in] The image format.