Graphics.ReleaseHdc
ReleaseHdc(IntPtr)
Releases a device context handle obtained by a previous call to the GetHdc method of this Graphics.
public void ReleaseHdc(IntPtr hdc)
Parameter | Type | Description |
---|---|---|
hdc | IntPtr | Handle to a device context obtained by a previous call to the GetHdc method of this Graphics. |
See Also
- class Graphics
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common
ReleaseHdc()
Releases a device context handle obtained by a previous call to the GetHdc method of this Graphics.
public void ReleaseHdc()
See Also
- class Graphics
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common