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

Image.ConvertCustomType Method

C#
public void ConvertCustomType(Rx.Net.Image xTrgImg)

Converts this image from a custom data type into the corresponding primitive data type.

The following conversion are implemented:

  • EDataType::Custom_10in16_LSB into EDataType::UShort
  • EDataType::Custom_12in16_LSB into EDataType::UShort.

Parameters

[Rx.Net.Image] xTrgImg

[out] The target image. This is created within the correct format.