C#:Drawing Rectangles

From Progzoo

The method Graphics method DrawRectangle(p,x,y,width,height) can be used to draw draw a rectangle with the specified Pen p. The top left corner is specified by (x,y) the width and height are as specified.



[Font] [Default] [Show] [Resize] [History] [Profile]

Fill Rectangle


[Font] [Default] [Show] [Resize] [History] [Profile]

Draw Rounded Rectangle


[Font] [Default] [Show] [Resize] [History] [Profile]