Table of Contents

Class WmfScaleWindowExt

Namespace
Aspose.Imaging.FileFormats.Wmf.Objects
Assembly
Aspose.Imaging.dll

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
Inheritance
WmfScaleWindowExt
Derived
Inherited Members

Constructors

WmfScaleWindowExt()

public WmfScaleWindowExt()

Properties

XDenom

Gets or sets the x denom.

public short XDenom { get; set; }

Property Value

short

The amount by which to divide the result of multiplying the current x-extent by the value of the xNum member.

XNum

Gets or sets the x number.

public short XNum { get; set; }

Property Value

short

The amount by which to multiply the current x-extent.

YDenom

Gets or sets the y denom.

public short YDenom { get; set; }

Property Value

short

The amount by which to divide the result of multiplying the current y-extent by the value of the yNum member.

YNum

Gets or sets the y num.

public short YNum { get; set; }

Property Value

short

The amount by which to multiply the current y-extent.