Class BrushExtensions

Class BrushExtensions

Il nome: Aspose.Imaging.Extensions Assemblea: Aspose.Imaging.dll (25.4.0)

Contiene metodi di estensione per Aspose.Imaging.Brush e System.Drawing.brush.

public static class BrushExtensions

Inheritance

object BrushExtensions

I membri ereditari

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

Methods

ToGdiBrush(Brush)

Converti il Aspose.Imaging.Brush in System.Drawing.brush.

public static Brush ToGdiBrush(Brush brush)

Parameters

brush Brush

Il Aspose.Imaging.Brush per convertire.

Returns

Brush

Conversione di System.Drawing.Brush.

 Italiano