개정판 4a54bb3a
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