ESRI.ArcGIS.ADF
ToImage(Uri) Method
See Also  Send comments on this topic.
ESRI.ArcGIS.ADF Namespace > Converter Class > ToImage Method : ToImage(Uri) Method




imageUri
A valid System.Uri objectUri
Retrieve an Image Url from the supplied Uri

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function ToImage( _
   ByVal imageUri As Uri _
) As Bitmap
Visual Basic (Usage)Copy Code
Dim imageUri As Uri
Dim value As Bitmap
 
value = Converter.ToImage(imageUri)
C# 
public static Bitmap ToImage( 
   Uri imageUri
)

Parameters

imageUri
A valid System.Uri objectUri

Return Value

Bitmap

See Also

© 2010 All Rights Reserved.