Exemplo n.º 1
0
        public DrawEventArgs(DrawingSurface drawingSurface, GraphicsDevice graphicsDevice)
			: base(graphicsDevice)
        {
	        _drawingSurface = drawingSurface;
        }
Exemplo n.º 2
0
 public DrawEventArgs(DrawingSurface drawingSurface, GraphicsDevice graphicsDevice)
     : base(graphicsDevice)
 {
     _drawingSurface = drawingSurface;
 }