Classe EmfSelectClipPath
Contenu
[
Cacher
]Summary: The EMR_SELECTCLIPPATH record specifies the current path as a clipping region for a playback
device context, combining the new region with any existing clipping region using the specified mode.
Module: aspose.imaging.fileformats.emf.emf.records
Full Name: aspose.imaging.fileformats.emf.emf.records.EmfSelectClipPath
Inheritance: EmfClippingRecordType
Constructors
| Name | Description |
|---|---|
| EmfSelectClipPath() | Initialise une nouvelle instance de la classe EmfSelectClipPath. |
| EmfSelectClipPath(source) | Initialise une nouvelle instance de la classe EmfSelectClipPath. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| region_mode | EmfRegionMode | r/w | Obtient ou définit un entier non signé de 32 bits qui spécifie la manière d’utiliser le chemin. La valeur DOIT être dans l’énumération RegionMode (section 2.1.29). |
| 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: EmfSelectClipPath()
EmfSelectClipPath()
Initialise une nouvelle instance de la classe EmfSelectClipPath.
Constructor: EmfSelectClipPath(source)
EmfSelectClipPath(source)
Initialise une nouvelle instance de la classe EmfSelectClipPath.
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 |