Click or drag to resize

LocationUnion Method

Creates the smallest possible location that can contain in the specified location that can form a union.

Namespace:  Easymap.AddIn.Common.Graphics
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public Location Union(
	Location loc
)

Parameters

loc
Type: Easymap.AddIn.Common.GraphicsLocation
A location to union.

Return Value

Type: Location
Returns a location which contains the specified location that form the union.
See Also