Class EmfSetMapMode
Contents
[
Hide
]EmfSetMapMode class
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
Constructors
Name | Description |
---|---|
EmfSetMapMode() | Initializes a new instance of the EmfSetMapMode class. |
EmfSetMapMode(EmfRecord) | Initializes a new instance of the EmfSetMapMode class. |
Properties
Name | Description |
---|---|
MapMode { get; set; } | Gets or sets the map mode. |
Size { get; set; } | Gets or sets the size of the record |
Type { get; set; } | Gets or sets the type. |
See Also
- class EmfRecord
- namespace Aspose.Imaging.FileFormats.Emf.Emf.Records
- assembly Aspose.Imaging