Click or drag to resize

IMapXYtoBoundingBox Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets the BoundingBox of two pixel locations, x1,y1 and x2,y2.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
BoundingBox XYtoBoundingBox(
	int x1,
	int y1,
	int x2,
	int y2
)

Parameters

x1
Type: SystemInt32
The x co-ordinate of the first point to translate.
y1
Type: SystemInt32
The y co-ordinate of the first point to translate.
x2
Type: SystemInt32
The x co-ordinate of the second point to translate.
y2
Type: SystemInt32
The y co-ordinate of the second point to translate.

Return Value

Type: BoundingBox
A BoundingBox representing the map co-ordinates of the given points.
See Also