/// <summary> /// Invoked when the scene needs to begin rendering. /// </summary> void IRenderTarget.BeginScene() { _graphicsCanvas.BeginScene(); }