Пример #1
0
 public CompositionBenchmark(string name, Document composeMe,
                             Surface dstSurface, SetLayerInfoDelegate sliDelegate)
     : base(name)
 {
     this.composeMe   = composeMe;
     this.dstSurface  = dstSurface;
     this.sliDelegate = sliDelegate;
 }
Пример #2
0
 public CompositionBenchmark(string name, Document composeMe, 
     Surface dstSurface, SetLayerInfoDelegate sliDelegate)
     : base(name)
 {
     this.composeMe = composeMe;
     this.dstSurface = dstSurface;
     this.sliDelegate = sliDelegate;
 }