Exemplo n.º 1
0
 public RotoZoomer(IGrfx grfx)
 {
     _grfx = grfx;
     _img = _grfx.Load("Demos/rebtel.png", out _width, out _height, out _stride);
 }
Exemplo n.º 2
0
 public Plasma(IGrfx grfx)
 {
     _grfx = grfx;
 }
Exemplo n.º 3
0
 public Dissolve(IGrfx grfx)
 {
     _grfx = grfx;
 }