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: 12.0.0.0
Syntax public Location Union(
Location loc
)
Public Function Union (
loc As Location
) As Location
Parameters
- loc
- Type: Easymap.AddIn.Common.GraphicsLocation
A location to union.
Return Value
Type:
LocationReturns a location which contains the specified location that form the union.
See Also