프로젝트

일반

사용자정보

개정판 5f2def8b

ID5f2def8bbbcfb78fe8c4b57b2e9be0624b2db311
상위 76493342
하위 c47f358b

김태성이(가) 5년 이상 전에 추가함

이미지 로드 수정

Change-Id: I24d04e1e72f354b555cfa377096a91146dbf8834

차이점 보기:

KCOM/Views/MainMenu.xaml.cs
542 542
            defaultBitmapImage.CreateOptions = BitmapCreateOptions.IgnoreImageCache;
543 543
            defaultBitmapImage.CacheOption = BitmapCacheOption.OnLoad;
544 544
            defaultBitmapImage.UriSource = new Uri(uri);
545
            defaultBitmapImage.DecodePixelWidth = Convert.ToInt32(pageWidth * zoomAndPanControl.ContentScale);
546
            defaultBitmapImage.DecodePixelHeight = Convert.ToInt32(pageHeight * zoomAndPanControl.ContentScale);
545
            defaultBitmapImage.DecodePixelWidth = Convert.ToInt32(pageWidth );
546
            defaultBitmapImage.DecodePixelHeight = Convert.ToInt32(pageHeight);// * zoomAndPanControl.ContentScale
547 547
            defaultBitmapImage.EndInit();
548 548

  
549 549
            ViewerDataModel.Instance.ImageViewPath = null;

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)