Table of Contents

Class EmfStrokePath

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

EMR_STROKEPATH class

public sealed class EmfStrokePath : EmfDrawingRecordType
Inheritance
EmfStrokePath
Inherited Members

Constructors

EmfStrokePath()

Initializes a new instance of the EmfStrokePath class.

public EmfStrokePath()

EmfStrokePath(EmfRecord)

Initializes a new instance of the EmfStrokePath class.

public EmfStrokePath(EmfRecord record)

Parameters

record EmfRecord

The record.

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