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
Constructor | Description |
---|---|
WmfScaleWindowExt() |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
value | short |
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:
Parameter | Type | Description |
---|---|---|
value | short |
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:
Parameter | Type | Description |
---|---|---|
value | short |
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:
Parameter | Type | Description |
---|---|---|
value | short |