개정판 e65e8c5c
Fix: 회전 로직 수정
Change-Id: I8f2e7b85a1365f06764fbd9203f29594610b14c5
MarkupToPDF/Controls/Shape/RectangleControl.cs | ||
---|---|---|
17 | 17 |
namespace MarkupToPDF.Controls.Shape |
18 | 18 |
{ |
19 | 19 |
//강인구 추가 IShapeControl |
20 |
public class RectangleControl : CommentUserInfo, IDisposable, INotifyPropertyChanged, IMarkupCommonData, IShapeControl, IDashControl
|
|
20 |
public class RectangleControl : CommentUserInfo, IDisposable, INotifyPropertyChanged, IShapeControl, IDashControl |
|
21 | 21 |
{ |
22 | 22 |
public Path Base_RectPath { get; set; } |
23 | 23 |
private const string PART_RectPath = "PART_RectPath"; |
내보내기 Unified diff