This documentation is for the old version. Go to the latest Graphics Mill docs

ColorProfile.FromHdc Method

Returns color profile associated with the specified device context.

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

Syntax

Visual Basic
Public Shared Function FromHdc ( _
	hdc As IntPtr _
) As ColorProfile
C#
public static ColorProfile FromHdc(
	IntPtr hdc
)

Parameters

hdc

Type: System.IntPtr

Handle to device context.

Return Value

Color profile associated with the device context.

See Also

Reference