예제 #1
0
파일: Visual.cs 프로젝트: zxscn/ReoGrid
 public ResizeThumb(ResizeThumbPosition position, RGFloat width, RGFloat height)
 {
     this.Position = position;
     this.Point    = new Point(width, height);
 }
예제 #2
0
파일: Visual.cs 프로젝트: zxscn/ReoGrid
 public ResizeThumb(ResizeThumbPosition position, Point point)
 {
     this.Position = position;
     this.Point    = point;
 }