Closed Thread
Results 1 to 2 of 2

Thread: create a rectangle in c#

  1. #1
    lcm_pang is offline Newbie
    Join Date
    Feb 2010
    Posts
    2
    Rep Power
    0

    create a rectangle in c#

    can anyone could teach me how to create a rectangle in c#???

    cause i have tried to use
    using System.Drawing.Drawing2D;
    and
    rectangle = new Rectangle(100, 170, 220, 120);

    but it is not working for those code

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Bartimäus's Avatar
    Bartimäus is offline Programming Expert
    Join Date
    Dec 2009
    Location
    Germany
    Posts
    490
    Rep Power
    11

    Re: create a rectangle in c#


Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. delete rectangle in SWT
    By eman ahmed in forum Java Help
    Replies: 4
    Last Post: 10-19-2010, 12:09 PM
  2. Rectangle Rotation problem
    By varunit in forum C and C++
    Replies: 5
    Last Post: 08-01-2010, 05:05 AM
  3. sub-rectangle with the largest sum on N*N array
    By eman ahmed in forum General Programming
    Replies: 1
    Last Post: 07-31-2010, 10:38 AM
  4. [Help] how to launch another program in a rectangle shape
    By jamietrent in forum C# Programming
    Replies: 8
    Last Post: 11-21-2009, 07:05 AM
  5. Rectangle[] rects = new Rectangle[]....??
    By floodemo in forum C# Programming
    Replies: 1
    Last Post: 06-18-2009, 08:49 AM

Tags for this Thread

Bookmarks

Posting Permissions

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