Brush.Implicit Operator

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

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

Syntax

C#
public static implicit operator Brush (
	Brush brush
)

Parameters

brush

Type: System.Drawing.Brush

The System.Drawing.Brush to convert.

Return Value

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

See Also

Reference