Fix coord again?

This commit is contained in:
amki 2019-04-14 04:50:39 +02:00
parent b63438de2d
commit 33c5810339

View File

@ -110,7 +110,7 @@ namespace STDHelper
Screen screen = Screen.AllScreens.Where(elem => elem.DeviceName == scrStr).SingleOrDefault();
BitmapSource bms = CopyScreen(screen);
WriteableBitmap crop1 = getAreaFromBitmap(bms, new Int32Rect(228, 123, 450, 450));
WriteableBitmap crop2 = getAreaFromBitmap(bms, new Int32Rect(689, 123, 450, 450));
WriteableBitmap crop2 = getAreaFromBitmap(bms, new Int32Rect(686, 123, 450, 450));
i1.Source = crop1;
i1.Opacity = 0.5;
i2.Source = crop2;