ImGearCoObjConvType Enumeration
In This Topic
Specifies the conversion types to convert an
ImGearComplexObject class object to an
ImageGear.Core.ImGearPage class object.
Syntax
Members
| Member | Value | Description |
| IMAGINARY | 1 | Use the imaginary data. |
| LOGMAG | 4 | Use the logarithm (10) of the magnitude data. |
| LOGMAGP1 | 5 | Use the logarithm (10) of (magnitude data + 1). |
| LOGMAGSQ | 7 | Use the logarithm (10) of the square of the magnitude. |
| LOGMAGSQP1 | 8 | Use the logarithm (10) of (square of the magnitude + 1). |
| MAGNITUDE | 2 | Use the magnitude data. |
| MAGSQ | 6 | Use the square of the magnitude. |
| PHASE | 3 | Use the phase data. |
| REAL | 0 | Use the real data. |
Inheritance Hierarchy
See Also