EmfSetWindowExtEx Classe
Contenu
[
Cacher
]Summary: The EMR_SETWINDOWEXTEX record defines the window extent.
Module: aspose.imaging.fileformats.emf.emf.records
Full Name: aspose.imaging.fileformats.emf.emf.records.EmfSetWindowExtEx
Inheritance: EmfStateRecordType
Constructors
| Name | Description |
|---|---|
| EmfSetWindowExtEx() | Initialise une nouvelle instance de la classe EmfSetWindowExtEx. |
| EmfSetWindowExtEx(source) | Initialise une nouvelle instance de la classe EmfSetWindowExtEx. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| extent | Size | r/w | Obtient ou définit un objet WMF SizeL 64 bits ([MS-WMF] section 2.2.2.22) qui spécifie les étendues horizontales et verticales en unités logiques. |
| 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: EmfSetWindowExtEx()
EmfSetWindowExtEx()
Initialise une nouvelle instance de la classe EmfSetWindowExtEx.
Constructor: EmfSetWindowExtEx(source)
EmfSetWindowExtEx(source)
Initialise une nouvelle instance de la classe EmfSetWindowExtEx.
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 |