개정판 1ac15e65
issue #000: CircleControl - Thickness가 클 경우 도형 잘림 현상 수정
Change-Id: I5e92de3840c6560018d07fd9c128543ba33516fc
MarkupToPDF/Controls/Shape/CircleControl.cs | ||
---|---|---|
401 | 401 |
//강인구 수정(원 테두리가 잘리는것 방지) |
402 | 402 |
//this.Width = Math.Abs(this.CircleGroup.Bounds.Right + 2); |
403 | 403 |
//this.Height = Math.Abs(this.CircleGroup.Bounds.Bottom + 2); |
404 |
this.Width = Math.Abs(this.CircleGroup.Bounds.Right + 20);
|
|
405 |
this.Height = Math.Abs(this.CircleGroup.Bounds.Bottom + 20);
|
|
404 |
this.Width = Math.Abs(this.CircleGroup.Bounds.Right + (this.LineSize / 2));
|
|
405 |
this.Height = Math.Abs(this.CircleGroup.Bounds.Bottom + +(this.LineSize / 2));
|
|
406 | 406 |
} |
407 | 407 |
catch (Exception) |
408 | 408 |
{ |
내보내기 Unified diff