EmfExtSelectClipRgn 类

Summary: The EMR_EXTSELECTCLIPRGN record combines the specified region with the current clip region
using the specified mode.
Note Fields that are not described in this section are specified in section 2.3.2.

Module: aspose.imaging.fileformats.emf.emf.records

Full Name: aspose.imaging.fileformats.emf.emf.records.EmfExtSelectClipRgn

Inheritance: EmfClippingRecordType

Constructors

Name描述
EmfExtSelectClipRgn()初始化 EmfExtSelectClipRgn 类的新实例。
EmfExtSelectClipRgn(source)初始化 EmfExtSelectClipRgn 类的新实例。

Properties

NameTypeAccess描述
region_modeEmfRegionModer/w获取或设置一个 32 位无符号整数,指定区域的使用方式。该
值必须属于 RegionMode(第 2.1.29 节)枚举。
rgn_dataEmfRegionDatar/w获取或设置一个长度为 RgnDataSize 的字节数组,用于指定以逻辑单位表示的 RegionData 对象
。如果 RegionMode 为 RGN_COPY,则可以省略此数据,剪裁区域
应设置为默认(NULL)剪裁区域。
rgn_data_sizeintr/w获取或设置一个 32 位无符号整数,指定区域数据的大小(以字节为单位)。
sizeintr/w获取或设置记录的大小
typeEmfRecordTyper/w获取或设置类型。

Methods

Name描述
create_from_record(source)初始化 EmfRecord 类的新实例。
create_from_type(type)初始化 EmfRecord 类的新实例。

Constructor: EmfExtSelectClipRgn()

 EmfExtSelectClipRgn() 

初始化 EmfExtSelectClipRgn 类的新实例。

Constructor: EmfExtSelectClipRgn(source)

 EmfExtSelectClipRgn(source) 

初始化 EmfExtSelectClipRgn 类的新实例。

Parameters:

参数TypeDescription
sourceEmfRecord来源。

Method: create_from_record(source) [static]

 create_from_record(source) 

初始化 EmfRecord 类的新实例。

Parameters:

参数TypeDescription
sourceEmfRecord来源。

Returns

TypeDescription
EmfRecord

Method: create_from_type(type) [static]

 create_from_type(type) 

初始化 EmfRecord 类的新实例。

Parameters:

参数TypeDescription
typeEmfRecordType记录类型。

Returns

TypeDescription
EmfRecord