SolidBrush.Implicit Operator

Converts the specified System.Drawing.SolidBrush instance to a Aurigma.GraphicsMill.Drawing.SolidBrush.

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

Syntax

C#
public static implicit operator SolidBrush (
	SolidBrush brush
)

Parameters

brush

Type: System.Drawing.SolidBrush

The System.Drawing.SolidBrush to convert.

Return Value

The Aurigma.GraphicsMill.Drawing.SolidBrush to which this operator converts.

See Also

Reference