Beispiel #1
0
 public TBitmapHolder()
 {
     state = TBitmapHolderState.Clean;
     bitmap = new WriteableBitmap(0,0);
 }
Beispiel #2
0
 public TBitmapHolder()
 {
     state  = TBitmapHolderState.Clean;
     bitmap = new WriteableBitmap(0, 0);
 }