Class EmfPaintRgn

Class EmfPaintRgn

Namespace: Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly: Aspose.Imaging.dll (25.2.0)

The EMR_PAINTRGN record paints the specified region by using the brush currently selected into the playback device context.

public sealed class EmfPaintRgn : EmfDrawingRecordType

Inheritance

objectMetaObjectEmfRecordEmfDrawingRecordTypeEmfPaintRgn

Inherited Members

EmfRecord.Type, EmfRecord.Size, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

EmfPaintRgn(EmfRecord)

Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfPaintRgn class.

public EmfPaintRgn(EmfRecord source)

Parameters

source EmfRecord

The source.

EmfPaintRgn()

Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfPaintRgn class.

public EmfPaintRgn()

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

Rectangle

RgnData

Gets or sets a RgnDataSize length array of bytes that specifies a RegionData (section 2.2.24) object, in logical units.

public EmfRegionData RgnData { get; set; }

Property Value

EmfRegionData

RgnDataSize

Gets or sets a 32-bit unsigned integer that specifies the size of region data, in bytes.

public int RgnDataSize { get; set; }

Property Value

int