ColorProfile.FromHdc Method

Gets a color profile associated with the specified device context.

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

Syntax

C#
public static ColorProfile FromHdc(
	IntPtr hdc
)

Parameters

hdc

Type: System.IntPtr

A handle to the device context.

Return Value

A ColorProfile associated with the device context.

See Also

Reference