Class EmfSetLayout
The EMR_SETLAYOUT record specifies the order in which text and graphics are drawn.
public sealed class EmfSetLayout : EmfStateRecordType
- Inheritance
-
EmfSetLayout
- Inherited Members
Constructors
EmfSetLayout(EmfRecord)
Initializes a new instance of the EmfSetLayout class.
public EmfSetLayout(EmfRecord source)
Parameters
source
EmfRecordThe source.
Properties
LayoutMode
Gets or sets a 32-bit unsigned integer that specifies the layout mode
public EmfSetLayout.LayoutModeEnum LayoutMode { get; set; }