EmfPlusRegionNodePath
Contenuti
[
Nascondere
]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’oggetto EmfPlusRegionNodePath specifica un percorso grafico per disegnare il contorno di un nodo di regione.
Costruttori
| Costruttore | Descrizione |
|---|---|
| EmfPlusRegionNodePath() |
Metodi
| Metodo | Descrizione |
|---|---|
| getRegionNodePath() | Ottiene o imposta un oggetto EmfPlusPath (sezione 2.2.1.6) che specifica il confine del nodo regione. |
| setRegionNodePath(EmfPlusPath value) | Ottiene o imposta un oggetto EmfPlusPath (sezione 2.2.1.6) che specifica il confine del nodo regione. |
EmfPlusRegionNodePath()
public EmfPlusRegionNodePath()
getRegionNodePath()
public EmfPlusPath getRegionNodePath()
Ottiene o imposta un oggetto EmfPlusPath (sezione 2.2.1.6) che specifica il confine del nodo regione.
Returns: EmfPlusPath
setRegionNodePath(EmfPlusPath value)
public void setRegionNodePath(EmfPlusPath value)
Ottiene o imposta un oggetto EmfPlusPath (sezione 2.2.1.6) che specifica il confine del nodo regione.
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| value | EmfPlusPath |