Intersoft ClientUI Documentation
GetImageUri Method



The image source that going to be extracted.
Gets the image uri in string representation from given image source.
Syntax
Public Shared Function GetImageUri( _
   ByVal imageSource As DependencyObject _
) As String
Dim imageSource As DependencyObject
Dim value As String
 
value = Utility.GetImageUri(imageSource)
public static string GetImageUri( 
   DependencyObject imageSource
)
public:
static String^ GetImageUri( 
   DependencyObject^ imageSource
) 

Parameters

imageSource
The image source that going to be extracted.

Return Value

Image uri in string representation of given image source.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Utility Class
Utility Members

Send Feedback