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

ColorManagementProvider.EnableColorManagementForHdc Method

Enables or disables color management for specified device context.

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

Syntax

Visual Basic
Public Shared Sub EnableColorManagementForHdc ( _
	hdc As IntPtr, _
	enable As Boolean _
)
C#
public static void EnableColorManagementForHdc(
	IntPtr hdc,
	bool enable
)

Parameters

hdc

Type: System.IntPtr

Handle to device context.
enable

Type: System.Boolean

Value specifying if to enable or disable color management for this device context.

See Also

Reference