Graphics.FromHdc Method

Creates a new Graphics from the specified handle to a device context.

Namespace: Aurigma.GraphicsMill.Drawing
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public static Graphics FromHdc(
	IntPtr hdc
)

Parameters

hdc

Type: System.IntPtr

Handle to a device context.

Return Value

A new Graphics for the specified device context.

See Also

Reference