EmfPlusRegionNodePath
Contenu
[
Cacher
]Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emfplus.objects.EmfPlusObject, com.aspose.imaging.fileformats.emf.emfplus.objects.EmfPlusStructureObjectType
public final class EmfPlusRegionNodePath extends EmfPlusStructureObjectType
L’objet EmfPlusRegionNodePath spécifie un chemin graphique pour dessiner la frontière d’un nœud de région.
Constructeurs
| Constructeur | Description |
|---|---|
| EmfPlusRegionNodePath() |
Méthodes
| Méthode | Description |
|---|---|
| getRegionNodePath() | Obtient ou définit un objet EmfPlusPath (section 2.2.1.6) qui spécifie la frontière du nœud de région. |
| setRegionNodePath(EmfPlusPath value) | Obtient ou définit un objet EmfPlusPath (section 2.2.1.6) qui spécifie la frontière du nœud de région. |
EmfPlusRegionNodePath()
public EmfPlusRegionNodePath()
getRegionNodePath()
public EmfPlusPath getRegionNodePath()
Obtient ou définit un objet EmfPlusPath (section 2.2.1.6) qui spécifie la frontière du nœud de région.
Returns: EmfPlusPath
setRegionNodePath(EmfPlusPath value)
public void setRegionNodePath(EmfPlusPath value)
Obtient ou définit un objet EmfPlusPath (section 2.2.1.6) qui spécifie la frontière du nœud de région.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| value | EmfPlusPath |