Blend

RasterCachedMultipageImage.Blend method

Blends this image instance with the overlay image.

public override void Blend(Point origin, RasterImage overlay, Rectangle overlayArea, 
    byte overlayAlpha = 255)
ParameterTypeDescription
originPointThe background image blending origin.
overlayRasterImageThe overlay image.
overlayAreaRectangleThe overlay area.
overlayAlphaByteThe overlay alpha.

Exceptions

exceptioncondition
ImageExceptionImage exception

See Also