Color.ToGdiPlusColor Method

Gets the System.Drawing.Color containing the same color value as this Color does.

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

Syntax

C#
public virtual Color ToGdiPlusColor()

Return Value

A System.Drawing.Color containing the same color value as this Color does.

Remarks

Note, no color management is applied in this case and colors may be reproduced inaccurately.

See Also

Reference