BrushExtensions
Inheritance: java.lang.Object
public final class BrushExtensions
Contains extension methods for Brush
and System.Drawing.Brush
.
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
brush | Brush | The Brush to convert. |
Returns:
Brush - The converted System.Drawing.Brush
.