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

  • Home
  • SEARCH
  • 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 7928157
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T19:39:53+00:00 2026-06-03T19:39:53+00:00

How do you display a PNG image in WP7 starting in coordinate (X,Y), and

  • 0

How do you display a PNG image in WP7 starting in coordinate (X,Y), and using XNA

  • 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-03T19:39:54+00:00Added an answer on June 3, 2026 at 7:39 pm

    Add the image to the XNA content project (drag drop the file).

    In the game class add a variable that holds the texture reference:

    Texture2D tex;
    

    In the LoadContent() method load the texture:

    tex = Content.Load<Texture2D>("texturename");
    

    texturename has to be the texture’s asset name. By default this is the filename without extension.

    In the Draw() method draw the texture at a given position x, y:

    spriteBatch.Begin();
    spriteBatch.Draw(tex, new Vector2(x, y), Color.White);
    spriteBatch.End();
    

    This is one of the most basic tasks in XNA. Before asking somebody, you should try to find the solution on your own. It would have taken about half a minute to find the answer on the internet.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using an asp.net chart control to display a pie chart, image below. http://i39.tinypic.com/ndtzx1.png
I am using the pChart class library to display .png Image on the browser.
I would like to display an AppEngine blobstore PNG image on an HTML5 canvas.
I want to display a png with flex's builtin image component. There's a specific
I'm trying to display a png image on a <button> element in HTML. The
I want to display a png image on android. This is the image file:
I have a large Png image file that I would like to display and
I'm getting a no image display when resizing PNG however the following code works
I am trying to load and display a .png image that has transparency in
I created a PNG image using PHP GD Library, added some text based on

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.