Intersoft ClientUI Documentation
GetImageSource Method (Utility)



The image source that going to be extracted.
Get the bitmap image from given image source.
Syntax
Public Shared Function GetImageSource( _
   ByVal imageSource As ImageSource _
) As BitmapImage
Dim imageSource As ImageSource
Dim value As BitmapImage
 
value = Utility.GetImageSource(imageSource)
public static BitmapImage GetImageSource( 
   ImageSource imageSource
)
public:
static BitmapImage^ GetImageSource( 
   ImageSource^ imageSource
) 

Parameters

imageSource
The image source that going to be extracted.

Return Value

Bitmap image 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