개정판 64374bd8
Revert "markus 성능개선"
This reverts commit 0cda2a885008c0503d20d124631932685c72d462.
Reason for revert: <INSERT REASONING HERE>
Change-Id: I98dd349d529f53f5e0f5d353157490fc34f4e187
MarkupToPDF/Controls/Etc/SignControl.cs | ||
---|---|---|
121 | 121 |
} |
122 | 122 |
} |
123 | 123 |
} |
124 |
|
|
125 | 124 |
public double CenterX |
126 | 125 |
{ |
127 | 126 |
get { return (double)GetValue(CenterXProperty); } |
... | ... | |
315 | 314 |
{ |
316 | 315 |
var _sign = GetUserSign.GetSign(this.UserNumber, this.ProjectNO); |
317 | 316 |
byte[] imageBytes = System.Convert.FromBase64String(_sign); |
318 |
|
|
319 | 317 |
System.IO.MemoryStream stream = new System.IO.MemoryStream(); |
320 | 318 |
stream.Write(imageBytes, 0, imageBytes.Length); |
321 | 319 |
stream.Position = 0; |
... | ... | |
331 | 329 |
|
332 | 330 |
this.SignImage = returnImage; |
333 | 331 |
} |
334 |
|
|
335 | 332 |
this.PointSet = new List<Point> |
336 | 333 |
{ |
337 | 334 |
this.StartPoint, |
내보내기 Unified diff