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

Image.Image Constructor

C#
public Image(Rx.CRxImage& xNative)

Constructor.

Wraps the given native instance instead of creating an own instance. The given native instance must be valid for the lifetime of this instance.

Parameters

[Rx.CRxImage&] xNative

[in] The native instance to be wrapped by this class.