WmfScaleWindowExt

Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.wmf.objects.WmfObject

public class WmfScaleWindowExt extends WmfObject

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.

Constructors

ConstructorDescription
WmfScaleWindowExt()

Methods

MethodDescription
getYDenom()Gets or sets the y denom.
setYDenom(short value)Gets or sets the y denom.
getYNum()Gets or sets the y num.
setYNum(short value)Gets or sets the y num.
getXDenom()Gets or sets the x denom.
setXDenom(short value)Gets or sets the x denom.
getXNum()Gets or sets the x number.
setXNum(short value)Gets or sets the x number.

WmfScaleWindowExt()

public WmfScaleWindowExt()

getYDenom()

public short getYDenom()

Gets or sets the y denom.

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

Returns: short

setYDenom(short value)

public void setYDenom(short value)

Gets or sets the y denom.

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

Parameters:

ParameterTypeDescription
valueshort

getYNum()

public short getYNum()

Gets or sets the y num.

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

Returns: short

setYNum(short value)

public void setYNum(short value)

Gets or sets the y num.

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

Parameters:

ParameterTypeDescription
valueshort

getXDenom()

public short getXDenom()

Gets or sets the x denom.

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

Returns: short

setXDenom(short value)

public void setXDenom(short value)

Gets or sets the x denom.

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

Parameters:

ParameterTypeDescription
valueshort

getXNum()

public short getXNum()

Gets or sets the x number.

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

Returns: short

setXNum(short value)

public void setXNum(short value)

Gets or sets the x number.

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

Parameters:

ParameterTypeDescription
valueshort