RasterImage.Blend
Contents
[
Hide
]Blend(Point, RasterImage, Rectangle, byte)
Blends this image instance with the overlay image.
public virtual void Blend(Point origin, RasterImage overlay, Rectangle overlayArea,
byte overlayAlpha = 255)
Parameter | Type | Description |
---|---|---|
origin | Point | The background image blending origin. |
overlay | RasterImage | The overlay image. |
overlayArea | Rectangle | The overlay area. |
overlayAlpha | Byte | The overlay alpha. |
See Also
- struct Point
- struct Rectangle
- class RasterImage
- namespace Aspose.Imaging
- assembly Aspose.Imaging
Blend(Point, RasterImage, byte)
Blends this image instance with the overlay image.
public void Blend(Point origin, RasterImage overlay, byte overlayAlpha = 255)
Parameter | Type | Description |
---|---|---|
origin | Point | The background image blending origin. |
overlay | RasterImage | The overlay image. |
overlayAlpha | Byte | The overlay alpha. |
See Also
- struct Point
- class RasterImage
- namespace Aspose.Imaging
- assembly Aspose.Imaging