public final class BrushExtensions extends Object
Contains extension methods for Brush
and System.Drawing.Brush
.
Modifier and Type | Method and Description |
---|---|
static com.aspose.ms.System.Drawing.Brush |
toGdiBrush(Brush brush)
Converts the
Brush to the System.Drawing.Brush . |
public static com.aspose.ms.System.Drawing.Brush toGdiBrush(Brush brush)
Converts the Brush
to the System.Drawing.Brush
.
brush
- The Brush
to convert.System.Drawing.Brush
.