Get the coordinates of the extent.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As Extent
Dim xMin As Double
Dim yMin As Double
Dim xMax As Double
Dim yMax As Double
instance.QueryCoords(xMin, yMin, xMax, yMax) |
Parameters
- xMin
- The X coordinate of the extent's lower left.
- yMin
- The Y coordinate of the extent's lower left.
- xMax
- The X coordinate of the extent's upper right.
- yMax
- The Y coordinate of the extent's upper right.
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also