Class EmfFillRgn
Namespace: Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly: Aspose.Imaging.dll (25.2.0)
The EMR_FILLRGN record fills the specified region by using the specified brush.
public sealed class EmfFillRgn : EmfDrawingRecordType
Inheritance
object ← MetaObject ← EmfRecord ← EmfDrawingRecordType ← EmfFillRgn
Inherited Members
EmfRecord.Type, EmfRecord.Size, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
EmfFillRgn(EmfRecord)
Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfFillRgn class.
public EmfFillRgn(EmfRecord source)
Parameters
source
EmfRecord
The source.
EmfFillRgn()
Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfFillRgn class.
public EmfFillRgn()
Properties
Bounds
Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the bounding rectangle.
public Rectangle Bounds { get; set; }
Property Value
IhBrush
Gets or sets a 32-bit unsigned integer that specifies the brush EMF Object Table index to fill the region.
public int IhBrush { get; set; }
Property Value
RgnData
Gets or sets a RgnDataSize length array of bytes that contains a RegionData (section 2.2.24) object.
public EmfRegionData RgnData { get; set; }
Property Value
RgnDataSize
Gets or sets a 32-bit unsigned integer that specifies the size of region data, in bytes.
public int RgnDataSize { get; set; }