Exemplo n.º 1
0
 public ResizeThumb(ResizeThumbPosition position, RGFloat width, RGFloat height)
 {
     this.Position = position;
     this.Point    = new Point(width, height);
 }
Exemplo n.º 2
0
 public ResizeThumb(ResizeThumbPosition position, Point point)
 {
     this.Position = position;
     this.Point    = point;
 }