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

Color.ToGdiplusColor Method

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

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

Syntax

Visual Basic
Public MustOverride Function ToGdiplusColor As Color
C#
public abstract Color ToGdiplusColor()

Return Value

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

Remarks

If this Aurigma.GraphicsMill.Color is not belong to RGB color space, it is automatically converted to RGB using ConvertColorSpace(ColorSpace) method. Note, no color management is applied in this case and colors may be reproduced inaccurately.

See Also

Reference