Blend

RasterImage.Blend method (1 of 2)

Blends this image instance with the overlay image.

public virtual 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.

See Also


RasterImage.Blend method (2 of 2)

Blends this image instance with the overlay image.

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

See Also