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

Color.Implicit Operator

Casts System.Drawing.Color value to Aurigma.GraphicsMill.Color class instance.

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

Syntax

Visual Basic
Public Shared Widening Operator CType ( _
	obj As Color _
) As Color
C#
public static implicit operator Color (
	Color obj
)

Parameters

obj

Type: System.Drawing.Color

System.Drawing.Color value which is being casted.

Return Value

Casted Aurigma.GraphicsMill.Color class instance.

Remarks

Classes casted from System.Drawing.Color values always has RgbColor type.

See Also

Reference