BlendOperation

EmfBlendFunction.BlendOperation property

Gets the blend operation code. The only source and destination blend operation that has been defined is 0x00, which specifies that the source bitmap MUST be combined with the destination bitmap based on the alpha transparency values of the source pixels. See the following equations for details.

public byte BlendOperation { get; }

See Also