ImageGear Professional v18.2 > API Reference Guide > Display Component API Reference > Display Component Objects > IGDisplayCtl Control > IGDisplayCtl Methods > DrawDDB Method |
Draws DDB image on the HDC specified.
DrawDDB(hWnd As Long, hDC As Long, hBitmap As Long, hPalette As
Long, XPos As Long, YPos As Long)
Name | Description |
---|---|
hWnd | Handle of window to be used. Can be 0 if not available. |
hDC | Device context to draw the image. |
hBitmap | Device dependent bitmap in OS-dependent format that should be painted. |
hPalette | Handle of palette which should be realized before drawing. |
XPos | Horizontal position of left top corner of bitmap on the destination device. |
YPos | Vertical position of left top corner of bitmap on the destination device. |
N/A
N/A
Display