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

Image.Create Method

C#
public virtual void Create(Rx.Net.Image xCopiedImage)

Creates a new image which is a copy of the provided source image.

This function only allocates memory if this operation changes the layout of the stored image.

Parameters

[Rx.Net.Image] xCopiedImage

[in] The image which should be copied.