개정판 0d00f9c8
issue #923: implementing drag textcontrol
Change-Id: I17d1f4ec754ea13646260d1c331d574ad680d47d
MarkupToPDF/Controls/Shape/RectangleControl.cs | ||
---|---|---|
525 | 525 |
Base_RectPath.Focus(); |
526 | 526 |
} |
527 | 527 |
|
528 |
public void updateControl()
|
|
528 |
public override void UpdateControl()
|
|
529 | 529 |
{ |
530 | 530 |
this.StartPoint = new Point(this.PointSet[0].X, this.PointSet[0].Y); |
531 | 531 |
this.LeftBottomPoint = new Point(this.PointSet[1].X, this.PointSet[1].Y); |
... | ... | |
612 | 612 |
[i].Y - path.PointSet[ReverseP].Y); |
613 | 613 |
path.PointSet[NextP] = new Point(path.PointSet[ReverseP].X + NextV.X * l, path.PointSet[ReverseP].Y + NextV.Y * l); |
614 | 614 |
|
615 |
this.updateControl();
|
|
615 |
this.UpdateControl();
|
|
616 | 616 |
} |
617 | 617 |
|
618 | 618 |
/// <summary> |
내보내기 Unified diff