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
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
DestHeight
Gets or sets the height of the dest.
public short DestHeight
{
get;
set;
}
Property Value
DestWidth
Gets or sets the width of the dest.
public short DestWidth
{
get;
set;
}
Property Value
DstPosition
Gets or sets the DST position.
public Point DstPosition
{
get;
set;
}
Property Value
RasterOperation
Gets or sets the raster operation.
public WmfTernaryRasterOperation RasterOperation
{
get;
set;
}
Property Value
Reserved
Gets or sets the reserved.
public short Reserved
{
get;
set;
}
Property Value
SrcHeight
Gets or sets the height of the source.
public short SrcHeight
{
get;
set;
}
Property Value
SrcPosition
Gets or sets the source position.
public Point SrcPosition
{
get;
set;
}
Property Value
SrcWidth
Gets or sets the width of the source.
public short SrcWidth
{
get;
set;
}