RgbColor.ToGdiPlusColor Method

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

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

Syntax

C#
public override sealed Color ToGdiPlusColor()

Return Value

A System.Drawing.Color containing the same color.

See Also

Reference