Class EmfSetViewportExtEx
Namespace: Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly: Aspose.Imaging.dll (25.2.0)
The EMR_SETVIEWPORTEXTEX record defines the viewport extent.
public sealed class EmfSetViewportExtEx : EmfStateRecordType
Inheritance
object ← MetaObject ← EmfRecord ← EmfStateRecordType ← EmfSetViewportExtEx
Inherited Members
EmfRecord.Type, EmfRecord.Size, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
EmfSetViewportExtEx(EmfRecord)
Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfSetViewportExtEx class.
public EmfSetViewportExtEx(EmfRecord source)
Parameters
source
EmfRecord
The source.
EmfSetViewportExtEx()
Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfSetViewportExtEx class.
public EmfSetViewportExtEx()
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 device units.
public Size Extent { get; set; }