Table of Contents

Class EmfStrokeAndFillPath

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

The EMR_STROKEANDFILLPATH record closes any open figures in a path, strokes the outline of the path by using the current pen, and fills its interior by using the current brush.

public sealed class EmfStrokeAndFillPath : EmfDrawingRecordType
Inheritance
EmfStrokeAndFillPath
Inherited Members

Constructors

EmfStrokeAndFillPath()

Initializes a new instance of the EmfStrokeAndFillPath class.

public EmfStrokeAndFillPath()

EmfStrokeAndFillPath(EmfRecord)

Initializes a new instance of the EmfStrokeAndFillPath class.

public EmfStrokeAndFillPath(EmfRecord source)

Parameters

source EmfRecord

The source.

Properties

Bounds

Gets or sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the bounding rectangle, in device units.

public Rectangle Bounds { get; set; }

Property Value

Rectangle