프로젝트

일반

사용자정보

개정판 4a54bb3a

ID4a54bb3a3fb6f60c230d67a14793250ece5dabdb
상위 3d702fcc
하위 f1d6841f

백흠경이(가) 4달 전에 추가함

Fix: SignControl에서 상하좌우 Margin 제거

Change-Id: I9f1aff488ae16eb7cb8abe5b496a0250b8acbfab

차이점 보기:

MarkupToPDF/Controls/Common/MathSet.cs
53 53
                n,
54 54
                distance = Math.Sqrt
55 55
                    (
56
                        Math.Pow(
57
                                    (n.X - setPoint.X), 2
58
                                )
59

  
60
                        + System.Math.Pow
61
                        (
62
                            (n.Y - setPoint.Y), 2
63
                        )
56
                        Math.Pow((n.X - setPoint.X), 2)
57
                        + System.Math.Pow((n.Y - setPoint.Y), 2)
64 58
                    )
65 59
            }
66 60
            ).OrderBy(p => p.distance).First().n;

내보내기 Unified diff

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