WmfScaleWindowExt

WmfScaleWindowExt class

The META_SCALEWINDOWEXT record scales the horizontal and vertical extents of the output window that is defined in the playback device context by using the ratios formed by specified multiplicands and divisors.

public class WmfScaleWindowExt : WmfObject

Constructors

NameDescription
WmfScaleWindowExt()The default constructor.

Properties

NameDescription
XDenom { get; set; }Gets or sets the x denom.
XNum { get; set; }Gets or sets the x number.
YDenom { get; set; }Gets or sets the y denom.
YNum { get; set; }Gets or sets the y num.

See Also