We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Imports DotSpatial.Data Private Sub button1_Click(sender As Object, e As EventArgs) Dim r As New Raster() r.Open("C:\Temp\iron.bgd") r.Projection.Open("C:\Temp\iron.prj") r.GetStatistics() Dim value As Double = r.Maximum End Sub