EmfRegionDataHeader Class

Summary: The RegionDataHeader object describes the properties of a RegionData object.

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

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

Inheritance: EmfObject

Aspose.Imaging Version: 24.5.0

Constructors

NameDescription
EmfRegionDataHeader()Initializes a new instance of the EmfRegionDataHeader class

Properties

NameTypeAccessDescription
boundsRectangler/wGets or sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19), which specifies
the bounds of the region.
count_rectsintr/wGets or sets a 32-bit unsigned integer that specifies the number of rectangles in this region.
rgn_sizeintr/wGets or sets a 32-bit unsigned integer that specifies the size of the buffer of rectangles in bytes.
sizeintr/wGets or sets a 32-bit unsigned integer that specifies the size of this object in bytes. This MUST be 0x00000020.
typeintr/wGets or sets a 32-bit unsigned integer that specifies the region type. This SHOULD be
RDH_RECTANGLES (0x00000001).

Constructor: EmfRegionDataHeader()

 EmfRegionDataHeader() 

Initializes a new instance of the EmfRegionDataHeader class