Returns a GdiGraphics object associated with the specified device context.
Namespace:
Aurigma.GraphicsMill.Drawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Shared Function FromHdc ( _
hdc As IntPtr _
) As GdiGraphics
public static GdiGraphics FromHdc(
IntPtr hdc
)
Type: System.IntPtr
Handle to a device context.