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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T00:04:02+00:00 2026-05-21T00:04:02+00:00

I have drawn something on my form But after minimizing and restoring the form,

  • 0

I have drawn something on my form

But after minimizing and restoring the form, the form gets cleared up. What could the problem be?

And this Codes is wrong :(JIT Says:)

private void Form1_Paint(object sender, PaintEventArgs e)
{
    grForm = e.Graphics;
}

Because the clipping bound of grForm are less than zero or too big .

  • 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-21T00:04:03+00:00Added an answer on May 21, 2026 at 12:04 am

    You cannot store the e.Graphics object you get in the Paint event. It is only valid while the Paint event runs, it gets disposed right after that. Using the form’s CreateGraphics() method doesn’t work either, that gets wiped out as soon as the form needs to be repainted. When you minimize and restore it for example.

    You must use the form’s Invalidate() method to force the Paint event to run again. Then draw whatever needs to be drawn. If you want the drawing to be persistent then you have to draw in a Bitmap. Use e.Graphics.DrawImage() in the Paint event to draw the bitmap. This is not the best way, just redrawing whenever necessary is best.

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

Sidebar

Related Questions

I have drawn something like this: How to remove the paths and points?
I have a PictureBox control on a Form that is supposed to draw something
I have drawn a circle and applied radial gradient. fine. But when i changed
I have a MyCanvas class that extends JComponent. On this canvas I have drawn
I think I must be missing something obvious, but I'm unable to find this
Hi I am working on an application where i have to draw something. When
I have something to draw at runtime. I did drawing in onDraw in MyView
i'm missing something fundamental here. i have a very simple custom class that draws
I have drawn a coil like structure var pathCommand = M 10 50 l
I have drawn an object on NSView subclass. How can the object know that

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.