ImageGear Professional v18.2 > API Reference Guide > FreqIP Component API Reference > FreqIP Component Objects > IGComplexObject Object > IGComplexObject Methods > CreateEmpty Method |
Creates empty but allocated buffers for an IGComplexObject, based on the given width and height. The buffers can be populated later by obtaining pointers to the buffers. The object itself can be created using method CreateComplexObject() of CIGFreqIPCtl.
CreateEmpty(width As Long, height As Long);
Name | Description |
---|---|
width | Width of the object to be created. |
height | Height of the object to be created. |
None
N/A