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

Image.Image Constructor

C#
public Image(Rx.CRxImage& xNative, bool bTransferOwnership)

Constructor.

Wraps the given native instance instead of creating an own instance. The native instance will be released if the ownership has been transferred. If the ownership has not been transferred, 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.

[bool] bTransferOwnership

True to transfer the ownership of the native instance to the created image.