개정판 d2114d3b
issue #923: add OnMoveCtrlPoint method to interface
Change-Id: If3b10f5b54eaecd8bd8fa299d702e70e05d4b97e
MarkupToPDF/Common/CommentUserInfo.cs | ||
---|---|---|
14 | 14 |
public interface ICommentUserInfo |
15 | 15 |
{ |
16 | 16 |
void OnCreatingMouseMove(Point pt, bool bAxisLocked, bool bShiftKeyPressed); |
17 |
void OnMoveCtrlPoint(Point pt, double dx, double dy); |
|
17 | 18 |
} |
18 | 19 |
|
19 | 20 |
public class CommentUserInfo : System.Windows.Controls.Control, ICommentUserInfo |
... | ... | |
68 | 69 |
} |
69 | 70 |
|
70 | 71 |
public virtual void OnCreatingMouseMove(Point pt, bool bAxisLocked, bool bShiftKeyPressed) { } |
72 |
public virtual void OnMoveCtrlPoint(Point pt, double dx, double dy) { } |
|
71 | 73 |
|
72 | 74 |
/// <summary> |
73 | 75 |
/// subclass has to override this property |
내보내기 Unified diff