WmfScaleViewportExt

WmfScaleViewportExt class

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

public class WmfScaleViewportExt : WmfScaleWindowExt

Constructors

NameDescription
WmfScaleViewportExt()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