Class EmfExtTextOutA
The EMR_EXTTEXTOUTA record draws an ASCII text string using the current font and text colors.
public sealed class EmfExtTextOutA : EmfDrawingRecordType
- Inheritance
-
EmfExtTextOutA
- Inherited Members
Constructors
EmfExtTextOutA()
Initializes a new instance of the EmfExtTextOutA class.
public EmfExtTextOutA()
EmfExtTextOutA(EmfRecord)
Initializes a new instance of the EmfExtTextOutA class.
public EmfExtTextOutA(EmfRecord source)
Parameters
source
EmfRecordThe source.
Properties
AEmrText
Gets or sets an EmrText object (section 2.2.5) that specifies the output string in 8-bit ASCII characters, text attributes, and spacing values.
public EmfText AEmrText { get; set; }
Property Value
Bounds
Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19). It is not used and MUST be ignored on receipt.
public Rectangle Bounds { get; set; }
Property Value
ExScale
Gets or sets a 32-bit floating-point value that specifies the scale factor to apply along the X axis to convert from page space units to .01mm units. This SHOULD be used only if the graphics mode specified by iGraphicsMode is GM_COMPATIBLE.
public float ExScale { get; set; }
Property Value
EyScale
Gets or sets a 32-bit floating-point value that specifies the scale factor to apply along the Y axis to convert from page space units to .01mm units. This SHOULD be used only if the graphics mode specified by iGraphicsMode is GM_COMPATIBLE.
public float EyScale { get; set; }
Property Value
IGraphicsMode
Gets or sets a 32-bit unsigned integer that specifies the graphics mode from the GraphicsMode enumeration (section 2.1.16).
public EmfGraphicsMode IGraphicsMode { get; set; }