프로젝트

일반

사용자정보

개정판 e3a15e22

IDe3a15e224f63674d10f99aac772a952bb2fb1cba
상위 f87ee33e
하위 e50a377b

김동진이(가) 6년 이상 전에 추가함

#639 Export PDF Modify

차이점 보기:

KCOM/Events/Export.cs
152 152

  
153 153
            using (Graphics gr = Graphics.FromImage(Resultimg))
154 154
            {
155
                gr.DrawImage(myImage, new System.Drawing.Point(0, 0));
155
                gr.DrawImage(myImage, new Rectangle(0,0,img.Width,img.Height));
156 156
            }
157 157

  
158 158
            //image = RasterImageConverter.ConvertFromImage(Resultimg, ConvertFromImageOptions.None);

내보내기 Unified diff