ReleaseHdc Method (StringRendererBase)
In This Topic
Releases a device context handle obtained by a previous call to the
PrepareHdc method of
System.Drawing.Graphics.
Syntax
'Declaration
Protected Shared Sub ReleaseHdc( _
ByVal As Graphics, _
ByVal As IntPtr _
)
protected static void ReleaseHdc(
Graphics ,
IntPtr
)
Parameters
- graphics
- The device context.
- hdc
- Handle to the device context associated with System.Drawing.Graphics
See Also