Class EmfSetWindowExtEx
Namespace: Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly: Aspose.Imaging.dll (25.2.0)
The EMR_SETWINDOWEXTEX record defines the window extent.
public sealed class EmfSetWindowExtEx : EmfStateRecordType
Inheritance
object ← MetaObject ← EmfRecord ← EmfStateRecordType ← EmfSetWindowExtEx
Inherited Members
EmfRecord.Type, EmfRecord.Size, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
EmfSetWindowExtEx(EmfRecord)
Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfSetWindowExtEx class.
public EmfSetWindowExtEx(EmfRecord source)
Parameters
source
EmfRecord
The source.
EmfSetWindowExtEx()
Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfSetWindowExtEx class.
public EmfSetWindowExtEx()
Properties
Extent
Gets or sets a 64-bit WMF SizeL object ([MS-WMF] section 2.2.2.22) that specifies the horizontal and vertical extents in logical units.
public Size Extent { get; set; }