Class 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
Properties
Name | Description |
---|
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