Top "Imagesource" questions

Change image source in code behind - Wpf

I need to set image source dynamically, please note my image is in somewhere on the Network, here is my …

c# wpf imagesource
WPF - converting Bitmap to ImageSource

I need to convert a System.Drawing.Bitmap into System.Windows.Media.ImageSource class in order to bind it into …

c# wpf bitmap type-conversion imagesource
How to correctly use the Image Source property with Xamarin.Forms?

I am having difficulty bringing up an image on the content page in a stack layout. I looked through Xamarin …

c# xamarin xamarin.forms imagesource
@media queries and image swapping

I want the image in my site to completely change when the browser is resized. I've been using media-queries, but …

html css media-queries imagesource
BitmapImage to byte[]

I have a BitmapImage that I'm using in a WPF application, I later want to save it to a database …

c# .net wpf bitmapimage imagesource
How do I change an image source dynamically from code-behind in WPF with an image in Properties.Resources?

I have a WPF application that needs to provide feedback to the user about an internal state. The design is …

wpf imagesource
Display local image in UIImageView

How do I display an image in the UIImageView component from the hard drive? I have a local folder called "…

ios objective-c iphone imagesource
Embedding resources (images, sound bits, etc) into a Java project then use those resources

I have searched for a method of embedding a resource in a java project (using Eclipse v3.6.0) then using that …

java eclipse resources imagesource
Get Imagesource from Memorystream in c# wpf

How can I get ImageSource from MemoryStream in WPF using c# ? or convert MemoryStream to ImageSource to display it as …

c# wpf memorystream imagesource
Get an image through jQuery AJAX

The following image tag is in my Login Page <img id="CaptchaImg" alt="Captcha" src="@url.action("Captcha","Login")" …

asp.net-mvc-3 jquery imagesource