Classe EmfSetMiterLimit
Contenu
[
Cacher
]Summary: The EMR_SETMITERLIMIT record specifies the limit for the length of miter joins for the playback device context.
Module: aspose.imaging.fileformats.emf.emf.records
Full Name: aspose.imaging.fileformats.emf.emf.records.EmfSetMiterLimit
Inheritance: EmfStateRecordType
Constructors
| Name | Description |
|---|---|
| EmfSetMiterLimit() | Initialise une nouvelle instance de la classe EmfSetMiterLimit. |
| EmfSetMiterLimit(source) | Initialise une nouvelle instance de la classe EmfSetMiterLimit. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| miter_limit | int | r/w | Obtient ou définit un entier non signé de 32 bits qui spécifie la nouvelle limite de longueur de jointure. |
| 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: EmfSetMiterLimit()
EmfSetMiterLimit()
Initialise une nouvelle instance de la classe EmfSetMiterLimit.
Constructor: EmfSetMiterLimit(source)
EmfSetMiterLimit(source)
Initialise une nouvelle instance de la classe EmfSetMiterLimit.
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 |