Class EmfRegionDataHeader
Contents
[
Hide
]EmfRegionDataHeader class
The RegionDataHeader object describes the properties of a RegionData object.
public sealed class EmfRegionDataHeader : EmfObject
Constructors
Name | Description |
---|---|
EmfRegionDataHeader() | The default constructor. |
Properties
Name | Description |
---|---|
Bounds { get; set; } | Gets or sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19), which specifies the bounds of the region. |
CountRects { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the number of rectangles in this region. |
RgnSize { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the size of the buffer of rectangles in bytes. |
Size { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the size of this object in bytes. This MUST be 0x00000020. |
Type { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the region type. This SHOULD be RDH_RECTANGLES (0x00000001). |
See Also
- class EmfObject
- namespace Aspose.Imaging.FileFormats.Emf.Emf.Objects
- assembly Aspose.Imaging