예제 #1
0
        public void ProcessInvert()
        {
            DCTestLibrary.PhotoTest pt = new DCTestLibrary.PhotoTest();
            WriteableBitmap         b  = p.getPhoto();

            p.setPhoto(pt.Invert(b));
        }
예제 #2
0
        public void ProcessInvert()
        {
            DCTestLibrary.PhotoTest pt = new DCTestLibrary.PhotoTest();
            PhotoLayer      pl         = p.SelectLayer;
            WriteableBitmap b          = pl.ProcPhoto;

            pl.ProcPhoto = pt.Invert(b);
        }