Esempio n. 1
0
 public GrabberCB(Capture owner)
 {
     this.owner = owner;
 }
Esempio n. 2
0
 public CaptureToTexture(Capture capture, string texName)
 {
     this.capture = capture;
     this.capture.NewBitmap += this.OnNewBitmap;
     this.textureName = texName;
 }
Esempio n. 3
0
 public CaptureToTexture(Capture capture, string texName)
 {
     this.capture            = capture;
     this.capture.NewBitmap += this.OnNewBitmap;
     this.textureName        = texName;
 }