Class BrushExtensions

Class BrushExtensions

Nombre del espacio: Aspose.Imaging.Extensions Asamblea: Aspose.Imaging.dll (25.4.0)

Contiene métodos de extensión para Aspose.Imaging.Brush y System.Drawing.Brush.

public static class BrushExtensions

Inheritance

object BrushExtensions

Miembros heredados

object.GetType() ,y, object.MemberwiseClone() ,y, object.ToString() ,y, object.Equals(object?) ,y, object.Equals(object?, object?) ,y, object.ReferenceEquals(object?, object?) ,y, object.GetHashCode()

Methods

ToGdiBrush(Brush)

Converta el Aspose.Imaging.Brush en el System.Drawing.Brush.

public static Brush ToGdiBrush(Brush brush)

Parameters

brush Brush

El Aspose.Imaging.Brush para convertir.

Returns

Brush

El sistema convertido.Drawing.Brush.

 Español