Exemplo n.º 1
0
 // Sets the currently active page for text rendering
 public void SetPage(Page page)
 {
     commandQueue.AddCommand(new SetPageCommand(page));
 }
 public SetPageCommand(Page _page)
 {
     page = _page;
 }