コード例 #1
0
 public DrawEventArgs(DrawingSurface drawingSurface, GraphicsDevice graphicsDevice)
     : base(graphicsDevice)
 {
     _drawingSurface = drawingSurface;
 }
コード例 #2
0
ファイル: DrawEventArgs.cs プロジェクト: 4ux-nbIx/gemini
        public DrawEventArgs(DrawingSurface drawingSurface, GraphicsDevice graphicsDevice)
			: base(graphicsDevice)
        {
	        _drawingSurface = drawingSurface;
        }