개정판 e1c892f7
- 효성 AutoStamping 서비스 추가
Change-Id: I5d001e75e3c0de5d2475641cf0f771ca541e6e40
KCOM/Extensions/MarkupVisitHelper.cs | ||
---|---|---|
121 | 121 |
positionX = Common.ViewerDataModel.Instance.ImageViewHeight + rect.X; |
122 | 122 |
positionY = Common.ViewerDataModel.Instance.ImageViewWidth + rect.Y; |
123 | 123 |
} |
124 |
//else if (Common.ViewerDataModel.Instance.Angle == 270) |
|
125 |
//{ |
|
126 |
// positionX = Common.ViewerDataModel.Instance.ImageViewHeight + rect.X *4; |
|
127 |
// positionY = Common.ViewerDataModel.Instance.ImageViewWidth + rect.Y * 4; |
|
128 |
//} |
|
124 | 129 |
|
125 | 130 |
main.zoomAndPanControl.ContentScale = newScale; |
126 | 131 |
main.zoomAndPanControl.ContentOffsetX = positionX; |
... | ... | |
144 | 149 |
{ |
145 | 150 |
var matrix = MatrixHelper.Rotation(Common.ViewerDataModel.Instance.Angle); |
146 | 151 |
rect.Transform(matrix); |
147 |
|
|
152 |
|
|
148 | 153 |
main.zoomAndPanControl.ZoomTo(rect); |
149 | 154 |
} |
150 | 155 |
else |
내보내기 Unified diff