WebPlanner Programmer's Guide

IGraphics.GetHdc Method

See Also
 


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

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public abstract IntPtr GetHdc ()

Visual Basic  Copy Code

Public MustOverride Function GetHdc () As IntPtr

 Return Value

Handle to the device context associated with this IGraphics.

 See Also