Search
IGraphics.ReleaseHdc Method
See Also
 





Releases a device context handle obtained by a previous call to the GetHdc method of this IGraphics object.

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

void ReleaseHdc (
    IntPtr hdc
)

Visual Basic  Copy Code

Sub ReleaseHdc( _
    hdc As IntPtr _
)

 Parameters

hdc
Handle to a device context obtained by a previous call to the GetHdc method of this IGraphics object.

 See Also