@MarlonSecundo wrote:
Ex:
Rectangle rect = new Rectangle(30, 30, 100, 400);
Center position: (65, 215).
Top = 30; Bottom = 430; Left = 30; Right = 130;
// 90 degrees rect.Rotate(90);
Center position: (65, 215);
Top = 165; Bottom = 265; Left = -135; Right = 265;
Posts: 4
Participants: 2