Table of Contents

Class EmfBoundedRecord

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

Base EMF polyshape class.

public abstract class EmfBoundedRecord : EmfDrawingRecordType
Inheritance
EmfBoundedRecord
Derived
Inherited Members

Constructors

EmfBoundedRecord(EmfRecordType)

Initializes a new instance of the EmfBoundedRecord class.

protected EmfBoundedRecord(EmfRecordType type)

Parameters

type EmfRecordType

The record type.

EmfBoundedRecord(EmfRecord)

Initializes a new instance of the EmfBoundedRecord class.

protected EmfBoundedRecord(EmfRecord source)

Parameters

source EmfRecord

The source.

Properties

Bounds

Gets or sets an 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