Class EmfFillPath

Class EmfFillPath

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

The EMR_FILLPATH record closes any open figures in the current path and fills the path’s interior by using the current brush and polygon-filling mode.

public sealed class EmfFillPath : EmfDrawingRecordType

Inheritance

objectMetaObjectEmfRecordEmfDrawingRecordTypeEmfFillPath

Inherited Members

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

Constructors

EmfFillPath(EmfRecord)

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

public EmfFillPath(EmfRecord source)

Parameters

source EmfRecord

The source.

EmfFillPath()

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

public EmfFillPath()

Properties

Bounds

Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies bounding rectangle, in device units.

public Rectangle Bounds { get; set; }

Property Value

Rectangle