EmfPlusRestore 类
Summary: The EmfPlusRestore record restores the graphics state, identified by a specified index, from a stack of saved graphics states.
Module: aspose.imaging.fileformats.emf.emfplus.records
Full Name: aspose.imaging.fileformats.emf.emfplus.records.EmfPlusRestore
Inheritance: EmfPlusStateRecordType
Constructors
| Name | 描述 |
|---|---|
| EmfPlusRestore(source) | 初始化 EmfPlusRestore 类的新实例。 |
Properties
| Name | Type | Access | 描述 |
|---|---|---|---|
| data_size | int | r/w | 获取或设置一个 32 位无符号整数,必须定义后续 RecordData 字段中数据的 32 位对齐字节数。 此数字不包括 12 字节的记录头。 |
| flags | int | r/w | 获取或设置一个 16 位无符号整数,包含关于某些记录的 操作方式以及记录结构的信息。 |
| size | int | r/w | 获取或设置一个 32 位无符号整数,指定整个记录中 32 位对齐的字节数 (包括 12 字节的记录头和特定于记录的数据)。 |
| stack_index | int | r/w | 获取或设置一个 32 位无符号整数,指定与图形状态关联的级别。 该级别值由先前的 EmfPlusSave 记录(第 2.3.7.5 节)分配给图形状态。 |
| type | EmfPlusRecordType | r | 获取一个 16 位无符号整数,以标识记录类型。 |
Constructor: EmfPlusRestore(source)
EmfPlusRestore(source)
初始化 EmfPlusRestore 类的新实例。
Parameters:
| 参数 | Type | Description |
|---|---|---|
| source | EmfPlusRecord | 来源。 |