Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~72 People Reached
Favorite Forums
Member Avatar for kevinRR

Hi, this is a sample code. let say I draw squares on a form SolidBrush myBrush = new SolidBrush(Color.Red); Graphics formGraphics = formnew.CreateGraphics(); formGraphics.FillRectangle(myBrush, new Rectangle(x1, y1, x2, y2)); myBrush.Dispose(); formGraphics.Dispose(); now question is on a given instance of a form i can draw any no of squares.But how can …

Member Avatar for Ramy Mahrous
0
72