CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 15 of 18

Threaded View

  1. #1
    Join Date
    Feb 2003
    Location
    Oklahoma City, OK
    Posts
    63

    Rectangle on screen

    I'm drawing a rectangle on a graphics surface using Graphics.DrawRectangle method. I want to be able to change the size of it several times, programmatically. What is the best way to get rid of the old size on the graphics object, before drawing it's new size???

    Please help
    Last edited by phirestalker; March 13th, 2003 at 05:56 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured