Class EmfPlusRegionNodePath
Class EmfPlusRegionNodePath
Il nome: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects Assemblea: Aspose.Imaging.dll (25.4.0)
L’oggetto EmfPlusRegionNodePath specifica un percorso grafico per disegnare il confine di un nodo della regione.
public sealed class EmfPlusRegionNodePath : EmfPlusStructureObjectType
Inheritance
object ← MetaObject ← EmfPlusObject ← EmfPlusStructureObjectType ← EmfPlusRegionNodePath
I membri ereditari
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
EmfPlusRegionNodePath()
public EmfPlusRegionNodePath()
Properties
RegionNodePath
Riceve o imposta un oggetto EmfPlusPath (sezione 2.2.1.6) che specificaIl limite del nodo della regione.
public EmfPlusPath RegionNodePath { get; set; }