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. z-order of painted text

z-order of painted text

Scheduled Pinned Locked Moved C#
csharp
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.
  • P Offline
    P Offline
    pranu_13
    wrote on last edited by
    #1

    Hi all, I have a .net 1.1 application, where i use drawstring function and paint the text on a picturebox. I also try to move the text, by changing the position . The text i move ,overlapps the text that comes on its way. I dont want it to overlapp. The moved text has to go from behind the text that comes on its way. I tried by repainting the text over the moved text, but it did not work. Any ideas......... Thanks.

    P 1 Reply Last reply
    0
    • P pranu_13

      Hi all, I have a .net 1.1 application, where i use drawstring function and paint the text on a picturebox. I also try to move the text, by changing the position . The text i move ,overlapps the text that comes on its way. I dont want it to overlapp. The moved text has to go from behind the text that comes on its way. I tried by repainting the text over the moved text, but it did not work. Any ideas......... Thanks.

      P Offline
      P Offline
      Pete OHanlon
      wrote on last edited by
      #2

      The position of the text depends on the order that you are painting it in. If you need to bring it to the front then you need to paint it after you paint the text that it needs painting over.

      Deja View - the feeling that you've seen this post before.

      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