EmfSetMetaRgn Classe
Contenu
[
Cacher
]Summary: Inter sets the current meta region with the current clipping region
to form a new meta region for the playback device context. The
current clipping region SHOULD be reset to null.
This EMF record specifies no parameters.
Module: aspose.imaging.fileformats.emf.emf.records
Full Name: aspose.imaging.fileformats.emf.emf.records.EmfSetMetaRgn
Inheritance: EmfClippingRecordType
Constructors
| Name | Description |
|---|---|
| EmfSetMetaRgn(source) | Initialise une nouvelle instance de la classe EmfSetMetaRgn |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| 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: EmfSetMetaRgn(source)
EmfSetMetaRgn(source)
Initialise une nouvelle instance de la classe EmfSetMetaRgn
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 |