Class EmfPlusFillPath
Class EmfPlusFillPath
Der Name: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects Versammlung: Aspose.Imaging.dll (25.4.0)
Das EmfPlusFillPath-Objekt erläutert einen grafischen Pfad für die Füllung eines angepassten Line-Caps
public sealed class EmfPlusFillPath : EmfPlusStructureObjectType
Inheritance
object ← MetaObject ← EmfPlusObject ← EmfPlusStructureObjectType ← EmfPlusFillPath
Vererbte Mitglieder
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
EmfPlusFillPath()
public EmfPlusFillPath()
Properties
FillPath
Erhält oder setzt ein EmfPlusPath-Objekt (Abschnitt 2.2.1.6) mit dem das Feld angegeben wird, das zu füllen ist.
public EmfPlusPath FillPath { get; set; }