Packages

 

com.aspose.imaging.fileformats.wmf.objects

Class WmfScaleWindowExt

  • All Implemented Interfaces:
    Cloneable
    Direct Known Subclasses:
    WmfScaleViewportExt


    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 Detail

      • WmfScaleWindowExt

        public WmfScaleWindowExt()
    • Method Detail

      • 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.
      • setYDenom

        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.
      • getYNum

        public short getYNum()

        Gets or sets the y num.

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

        public void setYNum(short value)

        Gets or sets the y num.

        Value: The amount by which to multiply the current y-extent.
      • 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.
      • setXDenom

        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.
      • getXNum

        public short getXNum()

        Gets or sets the x number.

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

        public void setXNum(short value)

        Gets or sets the x number.

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