Intersoft ClientUI Documentation
GetImageUri Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > Utility Class : GetImageUri Method






imageSource
The image source that going to be extracted.
Gets the image uri in string representation from given image source.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetImageUri( _
   ByVal imageSource As DependencyObject _
) As String
Visual Basic (Usage)Copy Code
Dim imageSource As DependencyObject
Dim value As String
 
value = Utility.GetImageUri(imageSource)
C# 
public static string GetImageUri( 
   DependencyObject imageSource
)
Delphi 
public function GetImageUri( 
    imageSource: DependencyObject
): String; static; 
JScript 
public static function GetImageUri( 
   imageSource : DependencyObject
) : String;
Managed Extensions for C++ 
public: static string* GetImageUri( 
   DependencyObject* imageSource
) 
C++/CLI 
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.