MapWinGIS:Extents xMin
From MapWindow GIS
xMin
Gets the minimum x bound for the extents object.
VB.NET Usage
ReadOnly Property xMin() As Double
Parameters
|
ReturnValue | The minimum x bound for the extents object. |
Sample Code
Private Sub Extents_xMin()
Dim extents As New MapWinGIS.Extents()
Dim xMin As Double
'Get the minimum x bound for the extents object
xMin = extents.xMin
End Sub
VB 6 Usage
ReadOnly Property xMin() As Double
Parameters
|
ReturnValue | The minimum x bound for the extents object. |
Sample Code
Private Sub Extents_xMin()
Dim extents As New MapWinGIS.extents
Dim xMin As Double
'Get the minimum x bound for the extents object
xMin = extents.xMin
End Sub
















