프로젝트

일반

사용자정보

개정판 1ac15e65

ID1ac15e6550f967d48ccbf4927d786a359b8fa592
상위 e31e5b1b
하위 5785141e

이지연이(가) 9달 전에 추가함

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

클립보드 이미지 추가 (최대 크기: 500 MB)