개정판 8771edc4
issue #923: fixed drag textcontrol
Change-Id: I8e995963b9d4e398e21113a5680a3893071b6353
MarkupToPDF/Common/CommentUserInfo.cs | ||
---|---|---|
81 | 81 |
public virtual void OnTranslate(double dx, double dy) |
82 | 82 |
{ |
83 | 83 |
var path = (this as IPath); |
84 |
for(int i=0;i < path.PointSet.Count;++i) |
|
84 |
for(int i=0; i < path.PointSet.Count;++i)
|
|
85 | 85 |
{ |
86 | 86 |
path.PointSet[i] = new Point(path.PointSet[i].X + dx, path.PointSet[i].Y + dy); |
87 | 87 |
} |
내보내기 Unified diff