Class EmfPlusBoundaryPathData
Class EmfPlusBoundaryPathData
Der Name: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects Versammlung: Aspose.Imaging.dll (25.4.0)
Das EmfPlusBoundaryPathData-Objekt spricht eine grafische Pfadgrenze für eine Gradient-Brücke.
public sealed class EmfPlusBoundaryPathData : EmfPlusBoundaryBase
Inheritance
object ← MetaObject ← EmfPlusObject ← EmfPlusStructureObjectType ← EmfPlusBoundaryBase ← EmfPlusBoundaryPathData
Vererbte Mitglieder
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
EmfPlusBoundaryPathData()
public EmfPlusBoundaryPathData()
Properties
BoundaryPathData
Erhält oder stellt ein EmfPlusPath-Objekt (Abschnitt 2.2.1.6) fest, in dem die Grenze des Brushes angegeben wird
public EmfPlusPath BoundaryPathData { get; set; }