Table of Contents

Class EmfFillPath

Namespace
Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly
Aspose.Imaging.dll

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
EmfFillPath
Inherited Members

Constructors

EmfFillPath()

Initializes a new instance of the EmfFillPath class.

public EmfFillPath()

EmfFillPath(EmfRecord)

Initializes a new instance of the EmfFillPath class.

public EmfFillPath(EmfRecord source)

Parameters

source EmfRecord

The source.

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