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

SolidBrush.ToGdiplusBrush Method

Converts the brush to System.Drawing.Brush class.

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

Syntax

Visual Basic
Public Overrides NotOverridable Function ToGdiplusBrush As Brush
C#
public override sealed Brush ToGdiplusBrush()

Return Value

Brush converted to System.Drawing.Brush class.

See Also

Reference