MapMatrix NetGIS Class Library

Utilities.BitmapFromUrl Method 

Returns a .NET Bitmap object from a given URL

public static Bitmap BitmapFromUrl(
   string url
);

Parameters

url
full url to image (e.g. http://www.mysite.com/myimage.jpg)

Return Value

.NET Bitmap object

See Also

Utilities Class | MapMatrix.MapControls Namespace