WebPlanner Programmer's Guide

GdiGraphics.GetHdc Method

See Also
 


Gets the handle to the device context associated with this GdiGraphics.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public virtual IntPtr GetHdc ()

Visual Basic  Copy Code

Public Overridable Function GetHdc () As IntPtr

 Return Value

Handle to the device context associated with this GdiGraphics.

 See Also