MapMatrix NetGIS Class Library

Utilities.OverlayImages Method (Image, Image[])

Overlays an array of images. The top images background is made transparent. The background color must be white.

public static Image OverlayImages(
   Image Back,
   Image[] TopImages
);

Parameters

Back
The image to be at the back
TopImages
An array of image that are to be placed on top of the Back image

Return Value

A new image that is an overlay of all items in Image over Bottom

See Also

Utilities Class | MapMatrix.MapControls Namespace | Utilities.OverlayImages Overload List