EmfPlusLinePath
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 EmfPlusLinePath extends EmfPlusStructureObjectType
L’oggetto EmfPlusLinePath specifica un percorso grafico per delineare un cappuccio di linea personalizzato.
Costruttori
| Costruttore | Descrizione |
|---|---|
| EmfPlusLinePath() |
Metodi
| Metodo | Descrizione |
|---|---|
| getLinePath() | Ottiene o imposta un oggetto EmfPlusPath che definisce il contorno. |
| setLinePath(EmfPlusPath value) | Ottiene o imposta un oggetto EmfPlusPath che definisce il contorno. |
EmfPlusLinePath()
public EmfPlusLinePath()
getLinePath()
public EmfPlusPath getLinePath()
Ottiene o imposta un oggetto EmfPlusPath che definisce il contorno.
Returns: EmfPlusPath
setLinePath(EmfPlusPath value)
public void setLinePath(EmfPlusPath value)
Ottiene o imposta un oggetto EmfPlusPath che definisce il contorno.
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| value | EmfPlusPath |