개정판 fac66fa7
issue #639 Graphics DrawImage 에서 Image 그릴때 좌표값 오류.
KCOM/Events/Export.cs | ||
---|---|---|
152 | 152 |
|
153 | 153 |
using (Graphics gr = Graphics.FromImage(Resultimg)) |
154 | 154 |
{ |
155 |
//Graphics 객체에 Image 를 그릴때 Rectangle x,y 값을 추가 입력
|
|
155 |
//Graphics 객체에 Image 를 그릴때 Rectangle x,y 값을 추가 입력 |
|
156 | 156 |
gr.DrawImage(myImage, new Rectangle(0,0,img.Width,img.Height)); |
157 | 157 |
} |
158 | 158 |
|
내보내기 Unified diff