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 7592287
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T20:52:11+00:00 2026-05-30T20:52:11+00:00

I want to make a class in C# that provided for ServiceFacade to calling

  • 0

I want to make a class in C# that provided for ServiceFacade to calling it.

Now I can get image from the other service. For Example. and Example2

In that link you can see url of the map image.

Then I have to get many of the map images (get many layer of map)

The first image.

Image 1

The second image.

enter image description here

Question

How to overlap the many of images to one image, then when have that one image how to save it to the local disk.

The Result

enter image description here

Thanks in advance.

  • 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-05-30T20:52:13+00:00Added an answer on May 30, 2026 at 8:52 pm

    In order to overlap them (not really sure what you mean by this), but you would first create a bitmap the size that you need inorder to hold all of the images in the layout that you want.

    Bitmap final = new Bitmap(int x, int y);
    

    then you would need to get the graphics device from that bitmap. You will be using this object to draw all of the other images onto the final image at the desired locations in the desired laying.

    using (Graphics g = Graphics.FromImage(final))
    {
       foreach (Image image in imageList)
       {
          g.DrawImage(image, point);  // point - location of where images top-left corner should be.
       }
    }
    

    Then when you are done, you would just call the Save function of the image to a string file location.

    final.Save(location);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to make a generic class that accepts only serializable classes, can it
I want to extend the asp.net validators such that I can make one validator
I have a class that I've been provided that I really don't want to
I have style sheet with a class name changebackgroundcolor i want make change in
I don't want to make a new instance of Form1 in the class, and
In Python, I want to make selected instance attributes of a class be readonly
I want to use a category to make a method on the original class
I want make a bash script which returns the position of an element from
I want make interactive application where user launches it and can do various task
I have a class that reads a pop3 email server. I want to write

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.