Packages

 

com.aspose.imaging.fileformats.wmf.objects

Class WmfStretchBlt

  • All Implemented Interfaces:
    Cloneable
    Direct Known Subclasses:
    WmfBitBlt


    public class WmfStretchBlt
    extends WmfObject

    The META_STRETCHBLT record specifies the transfer of a block of pixels according to a raster operation, with possible expansion or contraction.

    • Constructor Detail

      • WmfStretchBlt

        public WmfStretchBlt()
    • Method Detail

      • getRasterOperation

        public int getRasterOperation()

        Gets or sets the raster operation.

        Value: The source pixels, the current brush in the playback device context, and the destination pixels are to be combined to form the new image. This code MUST be one of the values in the Ternary Raster Operation Enumeration
      • setRasterOperation

        public void setRasterOperation(int value)

        Gets or sets the raster operation.

        Value: The source pixels, the current brush in the playback device context, and the destination pixels are to be combined to form the new image. This code MUST be one of the values in the Ternary Raster Operation Enumeration
      • getSrcHeight

        public short getSrcHeight()

        Gets or sets the height of the source.

        Value: The height, in logical units, of the source rectangle.
      • setSrcHeight

        public void setSrcHeight(short value)

        Gets or sets the height of the source.

        Value: The height, in logical units, of the source rectangle.
      • getSrcWidth

        public short getSrcWidth()

        Gets or sets the width of the source.

        Value: The width, in logical units, of the source rectangle.
      • setSrcWidth

        public void setSrcWidth(short value)

        Gets or sets the width of the source.

        Value: The width, in logical units, of the source rectangle.
      • getSrcPosition

        public Point getSrcPosition()

        Gets or sets the source position.

        Value: The source position.
      • setSrcPosition

        public void setSrcPosition(Point value)

        Gets or sets the source position.

        Value: The source position.
      • getDestHeight

        public short getDestHeight()

        Gets or sets the height of the dest.

        Value: The height, in logical units, of the destination rectangle.
      • setDestHeight

        public void setDestHeight(short value)

        Gets or sets the height of the dest.

        Value: The height, in logical units, of the destination rectangle.
      • getDestWidth

        public short getDestWidth()

        Gets or sets the width of the dest.

        Value: The width, in logical units, of the destination rectangle.
      • setDestWidth

        public void setDestWidth(short value)

        Gets or sets the width of the dest.

        Value: The width, in logical units, of the destination rectangle.
      • getDstPosition

        public Point getDstPosition()

        Gets or sets the DST position.

        Value: The DST position.
      • setDstPosition

        public void setDstPosition(Point value)

        Gets or sets the DST position.

        Value: The DST position.
      • getReserved

        public short getReserved()

        Gets or sets the reserved.

        Value: The reserved.This field MUST be ignored.
      • setReserved

        public void setReserved(short value)

        Gets or sets the reserved.

        Value: The reserved.This field MUST be ignored.
      • getBitmap

        public WmfBitmap16 getBitmap()

        Gets or sets the bitmap.

        Value: The bitmap.
      • setBitmap

        public void setBitmap(WmfBitmap16 value)

        Gets or sets the bitmap.

        Value: The bitmap.