Class EmfFillRgn
Contents
[
Hide
]EmfFillRgn class
The EMR_FILLRGN record fills the specified region by using the specified brush.
public sealed class EmfFillRgn : EmfDrawingRecordType
Constructors
Name | Description |
---|---|
EmfFillRgn() | Initializes a new instance of the EmfFillRgn class. |
EmfFillRgn(EmfRecord) | Initializes a new instance of the EmfFillRgn class. |
Properties
Name | Description |
---|---|
Bounds { get; set; } | Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the bounding rectangle. |
IhBrush { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the brush EMF Object Table index to fill the region. |
RgnData { get; set; } | Gets or sets a RgnDataSize length array of bytes that contains a RegionData (section 2.2.24) object. |
RgnDataSize { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the size of region data, in bytes. |
Size { get; set; } | Gets or sets the size of the record |
Type { get; set; } | Gets or sets the type. |
See Also
- class EmfDrawingRecordType
- namespace Aspose.Imaging.FileFormats.Emf.Emf.Records
- assembly Aspose.Imaging