MindFusion.Charting for WebForms Programmer's Guide
GdiGraphics.ReleaseHdc Method
See Also
 



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

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public virtual void ReleaseHdc (
    IntPtr hdc
)

Visual Basic  Copy Code

Public Overridable Sub ReleaseHdc( _
    hdc As IntPtr _
)

 Parameters

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

 See Also

GdiGraphics Members
GdiGraphics Class
MindFusion.Drawing Namespace