프로젝트

일반

사용자정보

개정판 5785141e

ID5785141ebad97a9c3330e216a54546fd7727cb8d
상위 1ac15e65
하위 3b797b23

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

issue #000: CircleControl Thickness가 클 경우 수정

Change-Id: I674e6f1a6aeadd823c6ae24a3d8537554ca84397

차이점 보기:

MarkupToPDF/Controls/Shape/CircleControl.cs
402 402
                //this.Width = Math.Abs(this.CircleGroup.Bounds.Right + 2);
403 403
                //this.Height = Math.Abs(this.CircleGroup.Bounds.Bottom + 2);
404 404
                this.Width = Math.Abs(this.CircleGroup.Bounds.Right + (this.LineSize / 2));
405
                this.Height = Math.Abs(this.CircleGroup.Bounds.Bottom + +(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)