WmfTextOut

WmfTextOut class

The META_EXTTEXTOUT record outputs text by using the font, background color, and text color that are defined in the playback device context. Optionally, dimensions can be provided for clipping, opaquing, or both.

public class WmfTextOut : WmfExtTextOut

Constructors

NameDescription
WmfTextOut()The default constructor.

Properties

NameDescription
Dx { get; set; }Gets or sets the dx.
ExtendedByte { get; set; }Gets or sets the extended byte.
FwOpts { get; set; }Gets or sets the fw opts.
Point { get; set; }Gets or sets the point.
Rectangle { get; set; }Gets or sets the rectangle.
StringLength { get; set; }Gets or sets the length of the string.
Text { get; set; }Gets or sets the text.

See Also