Ejemplo n.º 1
0
 public DragPoint(Point point, DragPointType type, Cursor cursor, double angle)
 {
     this.Point  = point;
     this.Type   = type;
     this.Cursor = cursor;
     this.Angle  = angle;
 }
Ejemplo n.º 2
0
 public DragPoint(Point point, DragPointPosition position, DragPointType type)
 {
     this.Point    = point;
     this.Position = position;
     this.Type     = type;
 }