BitBltRasterOperation

EmfStretchBlt.BitBltRasterOperation property

Gets or sets a 32-bit unsigned integer that specifies the raster operation code. This code defines how the color data of the source rectangle is to be combined with the color data of the destination rectangle and optionally a brush pattern, to achieve the final color

public WmfTernaryRasterOperation BitBltRasterOperation { get; set; }

See Also