ImageGear Professional v18.2 > API Reference Guide > FreqIP Component API Reference > FreqIP Component Objects > IGComplexObject Object > IGComplexObject Methods > GetImaginaryRasterCopy Method |
Creates a new IGDataArray Object and copies to it the imaginary data at the specified row.
GetImaginaryRasterCopy(rowNum As Long) As IGDataArray
Name | Description |
---|---|
rowNum | Index of the row for which to get imaginary data. |
A new instance of IGDataArray Object, containing the imaginary data at the specified row.
N/A