Class WmfDibBitBlt
Class WmfDibBitBlt
Namespace: Aspose.Imaging.FileFormats.Wmf.Objects
Assembly: Aspose.Imaging.dll (25.4.0)
The META_DIBBITBLT record specifies the transfer of a block of pixels in device-independent format according to a raster operation.
public class WmfDibBitBlt : WmfObject
Inheritance
object ← MetaObject ← WmfObject ← WmfDibBitBlt
Inherited Members
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
WmfDibBitBlt()
public WmfDibBitBlt()
Properties
DstPos
Gets or sets the DST position.
public Point DstPos { get; set; }
Property Value
Height
Gets or sets the height.
public short Height { 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 int Reserved { get; set; }
Property Value
Source
Gets or sets the source.
public WmfDeviceIndependentBitmap Source { get; set; }
Property Value
SrcPos
Gets or sets the source position.
public Point SrcPos { get; set; }
Property Value
Width
Gets or sets the width.
public short Width { get; set; }