ImageGear Professional for Windows ActiveX
Create Method

Description:

Creates the content of an IGComplexObject, using the given pPageRe and pPageIm. The object itself can be created using method CreateComplexObject() of CIGFreqIPCtl.

The dimension of the created object is determined by the width and height of pPageRe and pPageIm. If pPageIm is not NULL, this method requires pPageRe and pPageIm to have the same width and height; otherwise, the width and height of pPageRe is used.

Data from pPageRe and pPageIm is then used respectively to populate the real and imaginary buffer in the created object.

Note that pPageRe and pPageIm should only have one channel with bit depth being 8, 16 or 32.

Syntax:

Create(pPageRe As IGPage, pPageIm As IGPage);

Parameters:

Name Description
pPageRe IGPage Object to be used as the real part of the newly created object.
pPageIm IGPage Object to be used as the imaginary part of the newly created object.

Return Value:

None

Bits Per Pixel:

8, 16, or 32-bit grayscale images with one channel

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback