Class BrushExtensions
Class BrushExtensions
Namespace: Aspose.Imaging.Extensions
Assembly: Aspose.Imaging.dll (25.2.0)
Contains extension methods for Aspose.Imaging.Brush and System.Drawing.Brush.
public static class BrushExtensions
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Methods
ToGdiBrush(Brush)
Converts the Aspose.Imaging.Brush to the System.Drawing.Brush.
public static Brush ToGdiBrush(Brush brush)
Parameters
brush
Brush
The Aspose.Imaging.Brush to convert.
Returns
The converted System.Drawing.Brush.