Advertisement
HaLo2FrEeEk

EventRectangle

Mar 10th, 2011
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.17 KB | None | 0 0
  1. public class EventRectangle
  2. {
  3.     public int Height { get; set; }
  4.     public int Width { get; set; }
  5.     public int X { get; set; }
  6.     public int Y { get; set; }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement