Example #1
0
        //---------------------------------------------------------------
        #endregion
        //---------------------------------------------------------------

        //---------------------------------------------------------------
        #region Methods
        //---------------------------------------------------------------
        /// <summary>
        /// starts a new scene for drawing to the control
        /// </summary>
        public void BeginScene()
        {
            device.BeginScene();
        }