Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. OnPaint Event

OnPaint Event

Scheduled Pinned Locked Moved C#
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    Reza Shojaee
    wrote on last edited by
    #1

    Hi everybody I have a panel in my form, I used backgraound image for my panel. In the Panel OnPaint event body, I draw ellipse with various position and dimension on each times. So I use a timer, On the OnTimer event I Refresh panel for clearing previous ellipse and draw new ellipse with new parameters. when form refreshed a bit jumping occurred in my background image, since I use mentioned operation every second, these jumping annoy the user. I want to know how can disappear these jumping, Maybe for clearing prior ellipse use another method instead refresh or invalidate.

    Best Regards, Reza Shojaee

    C 1 Reply Last reply
    0
    • R Reza Shojaee

      Hi everybody I have a panel in my form, I used backgraound image for my panel. In the Panel OnPaint event body, I draw ellipse with various position and dimension on each times. So I use a timer, On the OnTimer event I Refresh panel for clearing previous ellipse and draw new ellipse with new parameters. when form refreshed a bit jumping occurred in my background image, since I use mentioned operation every second, these jumping annoy the user. I want to know how can disappear these jumping, Maybe for clearing prior ellipse use another method instead refresh or invalidate.

      Best Regards, Reza Shojaee

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      You can turn on double buffering. this.SetStyle( ControlStyles.AllPaintingInWmPaint | ControlStyles.UserPaint | ControlStyles.DoubleBuffer,true);

      Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups