MapCtrlXYtoBoundingBox Method | |
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 public BoundingBox XYtoBoundingBox(
int x1,
int y1,
int x2,
int y2
)
Public Function XYtoBoundingBox (
x1 As Integer,
y1 As Integer,
x2 As Integer,
y2 As Integer
) As BoundingBox
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:
BoundingBoxA
BoundingBox representing the map coordinates of the given points.
Implements
IMapXYtoBoundingBox(Int32, Int32, Int32, Int32)Remarks See Also