EmfPlusSetClipPath 类

Summary: The EmfPlusSetClipPath record combines the current clipping region with a graphics path.
The new current clipping region is set to the result of the CombineMode operation.

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

Full Name: aspose.imaging.fileformats.emf.emfplus.records.EmfPlusSetClipPath

Inheritance: EmfPlusClippingRecordType

Constructors

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

Properties

NameTypeAccess描述
cmEmfPlusCombineModer/w获取或设置 CM(4 位):指定合并两个区域的逻辑操作。请参阅
CombineMode 枚举(第 2.1.1.4 节)以了解各取值的含义。
data_sizeintr/w获取或设置一个 32 位无符号整数,必须定义后续 RecordData 字段中数据的 32 位对齐字节数。
此数字不包括 12 字节的记录头。
flagsintr/w获取或设置一个 16 位无符号整数,包含关于某些记录的
操作方式以及记录结构的信息。
object_idSystem.Byter/w获取或设置 EMF+ 对象表中 EmfPlusPath 对象(第 2.2.1.6 节)的索引。该值必须在 0 到 63(含)之间。
sizeintr/w获取或设置一个 32 位无符号整数,指定整个记录中 32 位对齐的字节数
(包括 12 字节的记录头和特定于记录的数据)。
typeEmfPlusRecordTyper获取一个 16 位无符号整数,以标识记录类型。

Constructor: EmfPlusSetClipPath(source)

 EmfPlusSetClipPath(source) 

初始化 EmfPlusSetClipPath 类的新实例。

Parameters:

参数TypeDescription
sourceEmfPlusRecord来源。