 |
GdipReleaseDC ..msdn Add comment W32 Constants Translate this page |
 |
 |
Releases a device context handle obtained by a previous call to the GdipGetHDC with this Graphics handle.
|
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
GpStatus WINGDIPAPI GdipReleaseDC(
GpGraphics* graphics,
HDC hdc
)
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER GdipReleaseDC IN gdiplus;
INTEGER graphics,;
INTEGER hdc
|
 |
 |
 |
| Parameters: |
 |
graphics
[in] Handle to a Graphics object obtained from GdipCreateFromHDC, GdipCreateFromHDC2, GdipCreateFromHWND or GdipGetImageGraphicsContext functions.
hdc
[in] Handle to a device context obtained by a previous call to the GdipGetHDC method with this Graphics handle. |
 |
 |
| Return value: |
 |
| This call does not return a value. |
 |
 |
| Word Index links for the GdipReleaseDC : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2004-07-15 11:46:12 | | Modified: | 2004-07-15 11:50:05 | Visited in last 7 days: 9 |