BrushExtensions

Inheritance: java.lang.Object

public final class BrushExtensions

Contains extension methods for Brush and System.Drawing.Brush.

Methods

MethodDescription
toGdiBrush(Brush brush)Converts the Brush to the System.Drawing.Brush.

toGdiBrush(Brush brush)

public static System.Drawing.Brush toGdiBrush(Brush brush)

Converts the Brush to the System.Drawing.Brush.

Parameters:

ParameterTypeDescription
brushBrushThe Brush to convert.

Returns: Brush - The converted System.Drawing.Brush.