示例#1
0
        /// <summary>
        /// Wrapper for rendering a page. This is here so that information not held within the
        /// definition of MusicXML can be passed in.
        /// </summary>
        /// <returns>Canvas with a page rendered on it</returns>
        public Grid RenderPage(WPFPage wpfPage)
        {
            Grid grid = WPFRendering.CreateAutoSizingGrid();

            //todo: render score info (large on page 1, small on pages after) (optionally selectable)
            //todo: render each line
            //todo: render page number
            return(grid);
        }
 /// <summary>
 /// Wrapper for rendering a page. This is here so that information not held within the
 /// definition of MusicXML can be passed in.
 /// </summary>
 /// <returns>Canvas with a page rendered on it</returns>
 public Grid RenderPage(WPFPage wpfPage)
 {
     Grid grid = WPFRendering.CreateAutoSizingGrid();
     //todo: render score info (large on page 1, small on pages after) (optionally selectable)
     //todo: render each line
     //todo: render page number
     return grid;
 }