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.
| Constructor and Description |
|---|
WmfScaleWindowExt() |
| Modifier and Type | Method and Description |
|---|---|
short |
getXDenom()
Gets or sets the x denom.
|
short |
getXNum()
Gets or sets the x number.
|
short |
getYDenom()
Gets or sets the y denom.
|
short |
getYNum()
Gets or sets the y num.
|
void |
setXDenom(short value)
Gets or sets the x denom.
|
void |
setXNum(short value)
Gets or sets the x number.
|
void |
setYDenom(short value)
Gets or sets the y denom.
|
void |
setYNum(short value)
Gets or sets the y num.
|
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.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.public short getYNum()
Gets or sets the y num.
Value: The amount by which to multiply the current y-extent.public void setYNum(short value)
Gets or sets the y num.
Value: The amount by which to multiply the current y-extent.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.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.public short getXNum()
Gets or sets the x number.
Value: The amount by which to multiply the current x-extent.public void setXNum(short value)
Gets or sets the x number.
Value: The amount by which to multiply the current x-extent.Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.