Aurigma Graphics Mill 5.5 for .NET
GdiGraphics..::.FromHdc Method
Returns a GdiGraphics object associated with the specified device context.
Namespace:
Aurigma.GraphicsMill.Drawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Syntax
Visual Basic
Public Shared Function FromHdc ( _ hdc As IntPtr _ ) As GdiGraphics
C#
public static GdiGraphics FromHdc( IntPtr hdc )
Parameters
- hdc
-
Type: System..::.IntPtr
Handle to a device context.