Class EmfPlusPen

Class EmfPlusPen

Il nome: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects Assemblea: Aspose.Imaging.dll (25.4.0)

L’oggetto EmfPlusPen specifica una penna grafica per il disegno delle linee.

public sealed class EmfPlusPen : EmfPlusGraphicsObjectType

Inheritance

object MetaObject EmfPlusObject EmfPlusGraphicsObjectType EmfPlusPen

I membri ereditari

EmfPlusGraphicsObjectType.Version , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

EmfPlusPen()

public EmfPlusPen()

Properties

BrushObject

Riceve o impone un oggetto EmfPlusBrush che specifica un brush grafico associato alla penna

public EmfPlusBrush BrushObject { get; set; }

Valore di proprietà

EmfPlusBrush

PenData

Riceve o impone un oggetto EmfPlusPenData che specifica le proprietà della penna grafica

public EmfPlusPenData PenData { get; set; }

Valore di proprietà

EmfPlusPenData

Type

Riceve o impone Questo campo deve essere impostato a zero

public int Type { get; set; }

Valore di proprietà

int

 Italiano