Click or drag to resize

ASPGraphicsUtilsMergeImages Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Merge an array of images into a single image.

Namespace:  Telogis.GeoBase.ImageUtils
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public static Image MergeImages(
	Image[] images
)

Parameters

images
Type: System.DrawingImage
An array of images to merge.

Return Value

Type: Image
A single image.
See Also