WebPlanner Programmer's Guide

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
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public abstract void ReleaseHdc (
    IntPtr hdc
)

Visual Basic  Copy Code

Public MustOverride 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