Specifies the conversion types to convert an
ImGearComplexObject class object to an
ImageGear.Core.ImGearPage class object.
Syntax
Members
Member | Description |
IMAGINARY | Use the imaginary data. |
LOGMAG | Use the logarithm (10) of the magnitude data. |
LOGMAGP1 | Use the logarithm (10) of (magnitude data + 1). |
LOGMAGSQ | Use the logarithm (10) of the square of the magnitude. |
LOGMAGSQP1 | Use the logarithm (10) of (square of the magnitude + 1). |
MAGNITUDE | Use the magnitude data. |
MAGSQ | Use the square of the magnitude. |
PHASE | Use the phase data. |
REAL | Use the real data. |
Inheritance Hierarchy
See Also