EmfRegionData Class

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

Aspose.Imaging Version: 24.5.0

Constructors

NameDescription
EmfRegionData()Initializes a new instance of the EmfRegionData class.
EmfRegionData(rectangle)Initializes a new instance of the EmfRegionData class.

Properties

NameTypeAccessDescription
dataRectangle[]r/wGets or sets an array of WMF RectL objects ([MS-WMF] section 2.2.2.19); the objects are
merged to create the region
region_data_headerEmfRegionDataHeaderr/wGets or sets a 256-bit RegionDataHeader object that describes the following data.

Constructor: EmfRegionData()

 EmfRegionData() 

Initializes a new instance of the EmfRegionData class.

Constructor: EmfRegionData(rectangle)

 EmfRegionData(rectangle) 

Initializes a new instance of the EmfRegionData class.

Parameters:

ParameterTypeDescription
rectangleRectangleThe rectangle.