Class EmfPlusHatchBrushData
Il nome: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects Assemblea: Aspose.Imaging.dll (25.4.0)
L’oggetto EmfPlusHatchBrushData specifica un modello di hatch per un brush grafico.
public sealed class EmfPlusHatchBrushData : EmfPlusBaseBrushData
Inheritance
object ← MetaObject ← EmfPlusObject ← EmfPlusStructureObjectType ← EmfPlusBaseBrushData ← EmfPlusHatchBrushData
I membri ereditari
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Remarks
Le scatole grafiche sono specificate da Aspose.Imaging.FileFormats.Emf. EmfPlus.Objects.EmbPlusBrush oggetti (sezione 2.2.1.1). Un taglio di taglia dipinge un background e traccia un modello di linee, punti, schede, quadrati e linie crosshatch sopra questo background. Il tagliare definisce due colori: uno per lo sfondo e l’altro per il modello sopra il fondo.
Constructors
EmfPlusHatchBrushData()
public EmfPlusHatchBrushData()
Properties
BackArgb32Color
Riceve o impone un oggetto EmfPlusArgb a 32 bit che specifica il colore utilizzato per dipingere il background del modello di hatch.
public int BackArgb32Color { get; set; }
Valore di proprietà
ForeArgb32Color
Riceve o impone un oggetto EmfPlusArgb a 32 bit che specifica il colore utilizzato per disegnare le linee del modello di hatch.
public int ForeArgb32Color { get; set; }
Valore di proprietà
HatchStyle
Riceve o impone un integratore non segnato a 32 bit che specifica lo stile di spazzolino. Dovrà essere definito nell’elenco Aspose.Imaging.FileFormats.Emf.EmpPlus.Consts.empPlusHatchStyle.
public EmfPlusHatchStyle HatchStyle { get; set; }