Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8732639
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T09:28:28+00:00 2026-06-13T09:28:28+00:00

I am trying to load a image from Embedded Resource to an Image instance.

  • 0

I am trying to load a image from Embedded Resource to an Image instance. The problem is the size of the image is always 0.

Here is the code snippet:

Image image = new Image();
ImageSource img = new System.Windows.Media.Imaging.BitmapImage(new Uri("/Images/marker.png", UriKind.Relative));
image.SetValue(Image.SourceProperty, img);


System.Diagnostics.Debug.WriteLine("output 1 = " + image.DesiredSize.Width); // return 0
System.Diagnostics.Debug.WriteLine("output 2 = " + image.ActualWidth); // return 0

I have to know the size of the image before it rendered on the screen, because I need to offset the image depending on the size of it.

Thank you

Update:
Thanks Silvermind

I answered my own question with sample code

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T09:28:29+00:00Added an answer on June 13, 2026 at 9:28 am

    Thanks Silvermind. He suggested to use CreateOptions.

    Finally, I found a solution:

    Image image = new Image();
    
    Uri uri = new Uri("/Images/marker_stop.png", UriKind.Relative);
    BitmapImage bi = new BitmapImage(uri);
    bi.CreateOptions = BitmapCreateOptions.IgnoreImageCache;
    
    image.Source = bi;
    System.Diagnostics.Debug.WriteLine("************************************* in image.ActualWidth " + ", " + bi.PixelWidth); // return 30
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to write code that will load an image from a resource, and
Here's what I'm trying to accomplish: Load an image from a remote server Save
i'm trying to load image from local disk, and it's working. But my problem
I'm trying to load an image from the web. The code I have so
i'm trying to load image from local disk, and it's working. But my problem
I'm trying to load image from a plist to a custom cell. It all
Im loading an image from a SQL CE db and then trying to load
Im trying to load a image at runtime in WPF using the following code
Hej I am trying to load an (embedded) image in a wpf application, using
I'm trying to load an image into an UIImageView from the internet. This is

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.