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