Class WmfStretchBlt

Class WmfStretchBlt

Namespace: Aspose.Imaging.FileFormats.Wmf.Objects
Assembly: Aspose.Imaging.dll (25.7.0)

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

public class WmfStretchBlt : WmfObject
{
    public int Function(
        int nLeft,
        int nTop,
        int nWidth,
        int nHeight,
        int dx,
        int dy)
    {
    }
}

Inheritance

object MetaObject WmfObject WmfStretchBlt

Derived

WmfBitBlt

Inherited Members

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

WmfStretchBlt()

public WmfStretchBlt()
   {
   }

Properties

Bitmap

Gets or sets the bitmap.

public WmfBitmap16 Bitmap
   {
      get;
      set;
   }

Property Value

WmfBitmap16

DestHeight

Gets or sets the height of the dest.

public short DestHeight
   {
      get;
      set;
   }

Property Value

short

DestWidth

Gets or sets the width of the dest.

public short DestWidth
    {
        get;
        set;
    }

Property Value

short

DstPosition

Gets or sets the DST position.

public Point DstPosition
   {
      get;
      set;
   }

Property Value

Point

RasterOperation

Gets or sets the raster operation.

public WmfTernaryRasterOperation RasterOperation
   {
      get;
      set;
   }

Property Value

WmfTernaryRasterOperation

Reserved

Gets or sets the reserved.

public short Reserved
    {
        get;
        set;
    }

Property Value

short

SrcHeight

Gets or sets the height of the source.

public short SrcHeight
   {
      get;
      set;
   }

Property Value

short

SrcPosition

Gets or sets the source position.

public Point SrcPosition
   {
      get;
      set;
   }

Property Value

Point

SrcWidth

Gets or sets the width of the source.

public short SrcWidth
   {
      get;
      set;
   }

Property Value

short

 English