EmfStrokePath
Contenu
[
Cacher
]Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emf.records.EmfRecord, com.aspose.imaging.fileformats.emf.emf.records.EmfDrawingRecordType
public final class EmfStrokePath extends EmfDrawingRecordType
Classe EMR_STROKEPATH
Constructeurs
| Constructeur | Description |
|---|---|
| EmfStrokePath(EmfRecord record) | Initialise une nouvelle instance de la classe EmfStrokePath. |
| EmfStrokePath() | Initialise une nouvelle instance de la classe EmfStrokePath. |
Méthodes
| Méthode | Description |
|---|---|
| getBounds() | Obtient ou définit un objet WMF RectL de 128 bits ([MS-WMF] section 2.2.2.19) qui spécifie le rectangle englobant en unités de dispositif. |
| setBounds(Rectangle value) | Obtient ou définit un objet WMF RectL de 128 bits ([MS-WMF] section 2.2.2.19) qui spécifie le rectangle englobant en unités de dispositif. |
EmfStrokePath(EmfRecord record)
public EmfStrokePath(EmfRecord record)
Initialise une nouvelle instance de la classe EmfStrokePath.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| record | EmfRecord | L’enregistrement. |
EmfStrokePath()
public EmfStrokePath()
Initialise une nouvelle instance de la classe EmfStrokePath.
getBounds()
public Rectangle getBounds()
Obtient ou définit un objet WMF RectL de 128 bits ([MS-WMF] section 2.2.2.19) qui spécifie le rectangle englobant en unités de dispositif.
Returns: Rectangle
setBounds(Rectangle value)
public void setBounds(Rectangle value)
Obtient ou définit un objet WMF RectL de 128 bits ([MS-WMF] section 2.2.2.19) qui spécifie le rectangle englobant en unités de dispositif.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| value | Rectangle |