개정판 a6272c57
issue #923: add ICommentUserInfo interface
Change-Id: Id0b65251436a5aa647eef78026dfad90d3ca64ab
MarkupToPDF/Controls/Etc/DateControl.cs | ||
---|---|---|
459 | 459 |
} |
460 | 460 |
|
461 | 461 |
/// <summary> |
462 |
/// call when mouse is moving while drawing control |
|
463 |
/// </summary> |
|
464 |
/// <author>humkyung</author> |
|
465 |
/// <param name="pt"></param> |
|
466 |
/// <param name="bAxisLocked"></param> |
|
467 |
public override void OnCreatingMouseMove(Point pt, bool bAxisLocked, bool bShiftKeyPressed) |
|
468 |
{ |
|
469 |
this.EndPoint = pt; |
|
470 |
this.LeftBottomPoint = new Point(this.StartPoint.X, this.EndPoint.Y); |
|
471 |
this.TopRightPoint = new Point(this.EndPoint.X, this.StartPoint.Y); |
|
472 |
|
|
473 |
this.PointSet = new List<Point> |
|
474 |
{ |
|
475 |
this.StartPoint, |
|
476 |
this.LeftBottomPoint, |
|
477 |
this.EndPoint, |
|
478 |
this.TopRightPoint, |
|
479 |
}; |
|
480 |
} |
|
481 |
|
|
482 |
/// <summary> |
|
462 | 483 |
/// return DateControl's area |
463 | 484 |
/// </summary> |
464 | 485 |
/// <author>humkyung</author> |
내보내기 Unified diff