EmfStrokeAndFillPath Classe
Contenu
[
Cacher
]Summary: The EMR_STROKEANDFILLPATH record closes any open figures in a path, strokes the outline of the
path by using the current pen, and fills its interior by using the current brush.
Module: aspose.imaging.fileformats.emf.emf.records
Full Name: aspose.imaging.fileformats.emf.emf.records.EmfStrokeAndFillPath
Inheritance: EmfDrawingRecordType
Constructors
| Name | Description |
|---|---|
| EmfStrokeAndFillPath() | Initialise une nouvelle instance de la classe EmfStrokeAndFillPath. |
| EmfStrokeAndFillPath(source) | Initialise une nouvelle instance de la classe EmfStrokeAndFillPath. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| bounds | Rectangle | r/w | Obtient ou définit un objet RectL WMF de 128 bits ([MS-WMF] section 2.2.2.19) qui spécifie le rectangle englobant, en unités de dispositif. |
| size | int | r/w | Obtient ou définit la taille de l’enregistrement |
| type | EmfRecordType | r/w | Obtient ou définit le type. |
Methods
| Name | Description |
|---|---|
| create_from_record(source) | Initialise une nouvelle instance de la classe EmfRecord. |
| create_from_type(type) | Initialise une nouvelle instance de la classe EmfRecord. |
Constructor: EmfStrokeAndFillPath()
EmfStrokeAndFillPath()
Initialise une nouvelle instance de la classe EmfStrokeAndFillPath.
Constructor: EmfStrokeAndFillPath(source)
EmfStrokeAndFillPath(source)
Initialise une nouvelle instance de la classe EmfStrokeAndFillPath.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| source | EmfRecord | La source. |
Method: create_from_record(source) [static]
create_from_record(source)
Initialise une nouvelle instance de la classe EmfRecord.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| source | EmfRecord | La source. |
Returns
| Type | Description |
|---|---|
| EmfRecord |
Method: create_from_type(type) [static]
create_from_type(type)
Initialise une nouvelle instance de la classe EmfRecord.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| type | EmfRecordType | Le type d’enregistrement. |
Returns
| Type | Description |
|---|---|
| EmfRecord |