Class EmfBoundedRecord

Class EmfBoundedRecord

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

Base EMF polyshape class.

public abstract class EmfBoundedRecord : EmfDrawingRecordType

Inheritance

objectMetaObjectEmfRecordEmfDrawingRecordTypeEmfBoundedRecord

Derived

EmfPolyPolyShape, EmfPolyShape

Inherited Members

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

Constructors

EmfBoundedRecord(EmfRecord)

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

protected EmfBoundedRecord(EmfRecord source)

Parameters

source EmfRecord

The source.

EmfBoundedRecord(EmfRecordType)

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

protected EmfBoundedRecord(EmfRecordType type)

Parameters

type EmfRecordType

The record type.

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