ImageGear Professional v18.2 > API Reference Guide > Display Component API Reference > Display Component Objects > IGPageDisplay Object > IGPageDisplay Methods > ImportDDB Method |
Accepts a DDB image and creates an ImageGear DIB for it. The new DIB created replaces content of current IGPage Object. If the color format of the DDB is not supported directly by ImageGear then it is converted to the nearest supported format with a minimal possible loss of color quality.
ImportDDB(hDC As Long, pDDB As IGDisplayDDB)
Name | Description |
---|---|
hDC | Handle of device context that the DDB is compatible with. If 0 then it is assumed that the DDB is compatible with the desktop's device context. |
pDDB | DDB image to import. |
N/A
N/A
Display