Class EmfSetMapMode
Namespace: Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly: Aspose.Imaging.dll (25.2.0)
The EMR_SETMAPMODE record specifies the mapping mode of the playback device context. The mapping mode specifies the unit of measure used to transform page space units into device space units, and also specifies the orientation of the device’s x-axis and y-axis.
public sealed class EmfSetMapMode : EmfRecord
Inheritance
object ← MetaObject ← EmfRecord ← EmfSetMapMode
Inherited Members
EmfRecord.Type, EmfRecord.Size, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
EmfSetMapMode()
Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfSetMapMode class.
public EmfSetMapMode()
EmfSetMapMode(EmfRecord)
Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfSetMapMode class.
public EmfSetMapMode(EmfRecord record)
Parameters
record
EmfRecord
The record.
Properties
MapMode
Gets or sets the map mode.
public EmfMapMode MapMode { get; set; }