EmfRegionData 类

Summary: The RegionData object specifies data that defines a region, which is made of non-overlapping rectangles.

Module: aspose.imaging.fileformats.emf.emf.objects

Full Name: aspose.imaging.fileformats.emf.emf.objects.EmfRegionData

Inheritance: EmfObject

Constructors

Name描述
EmfRegionData()初始化一个新的 EmfRegionData 类实例。
EmfRegionData(rectangle)初始化一个新的 EmfRegionData 类实例。

Properties

NameTypeAccess描述
dataRectangle[]r/w获取或设置 WMF RectL 对象数组([MS-WMF] 第 2.2.2.19 节);这些对象将
合并以创建区域
region_data_headerEmfRegionDataHeaderr/w获取或设置描述以下数据的 256 位 RegionDataHeader 对象。

Constructor: EmfRegionData()

 EmfRegionData() 

初始化一个新的 EmfRegionData 类实例。

Constructor: EmfRegionData(rectangle)

 EmfRegionData(rectangle) 

初始化一个新的 EmfRegionData 类实例。

Parameters:

参数TypeDescription
rectangleRectangle矩形。