Clase EmfWidenPath
Contenido
[
Ocultar
]Summary: This record redefines the current path as the area that would be painted if the path
were drawn using the pen currently selected into the playback device context.
Module: aspose.imaging.fileformats.emf.emf.records
Full Name: aspose.imaging.fileformats.emf.emf.records.EmfWidenPath
Inheritance: EmfPathBracketRecordType
Constructors
| Name | Descripción |
|---|---|
| EmfWidenPath() | Inicializa una nueva instancia de la clase EmfWidenPath. |
Properties
| Name | Type | Access | Descripción |
|---|---|---|---|
| tamaño | int | r/w | Obtiene o establece el tamaño del registro |
| type | EmfRecordType | r/w | Obtiene o establece el tipo. |
Methods
| Name | Descripción |
|---|---|
| create_from_record(source) | Inicializa una nueva instancia de la clase EmfRecord. |
| create_from_type(type) | Inicializa una nueva instancia de la clase EmfRecord. |
Constructor: EmfWidenPath()
EmfWidenPath()
Inicializa una nueva instancia de la clase EmfWidenPath.
Method: create_from_record(source) [static]
create_from_record(source)
Inicializa una nueva instancia de la clase EmfRecord.
Parameters:
| Parámetro | Tipo | Descripción |
|---|---|---|
| source | EmfRecord | La fuente. |
Returns
| Tipo | Descripción |
|---|---|
| EmfRecord |
Method: create_from_type(type) [static]
create_from_type(type)
Inicializa una nueva instancia de la clase EmfRecord.
Parameters:
| Parámetro | Tipo | Descripción |
|---|---|---|
| type | EmfRecordType | El tipo de registro. |
Returns
| Tipo | Descripción |
|---|---|
| EmfRecord |