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

RgbColor.ToGdiplusColor Method

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

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

Syntax

Visual Basic
Public Overrides Function ToGdiplusColor As Color
C#
public override Color ToGdiplusColor()

Return Value

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

See Also

Reference