Classe EmfSetMapMode
Contenu
[
Cacher
]Summary: The EMR_SETMAPMODE record specifies the mapping mode of the playback device context.
The mapping mode specifies the unit of measure used to transform page space units
into device space units, and also specifies the orientation of the device’s x-axis and y-axis.
Module: aspose.imaging.fileformats.emf.emf.records
Full Name: aspose.imaging.fileformats.emf.emf.records.EmfSetMapMode
Inheritance: EmfRecord
Constructors
| Name | Description |
|---|---|
| EmfSetMapMode() | Initialise une nouvelle instance de la classe EmfSetMapMode. |
| EmfSetMapMode(record) | Initialise une nouvelle instance de la classe EmfSetMapMode. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| map_mode | EmfMapMode | r/w | Obtient ou définit le mode de carte. |
| 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: EmfSetMapMode()
EmfSetMapMode()
Initialise une nouvelle instance de la classe EmfSetMapMode.
Constructor: EmfSetMapMode(record)
EmfSetMapMode(record)
Initialise une nouvelle instance de la classe EmfSetMapMode.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| record | EmfRecord | L’enregistrement. |
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 |