MapWinGIS:Image Height
From MapWindow GIS
Height
Gets the height of the image in pixels.
VB.NET Usage
ReadOnly Property Height() As Integer
Parameters
|
ReturnValue | The height of the image in pixels. |
Sample Code
Private Sub ImageHeight()
Dim image As New MapWinGIS.Image()
Dim height As Integer
'Get the height of the image in pixels
height = image.Height
End Sub
VB 6 Usage
ReadOnly Property Height() As Long
Parameters
|
ReturnValue | The height of the image in pixels. |
Sample Code
Private Sub ImageHeight()
Dim image As New MapWinGIS.image
Dim height As Long
'Get the height of the image in pixels
height = image.height
End Sub
















