viewport question

 From:  ggagnon
7481.1 
Hi Michael,
What (2560,2048) stands for the Ctrl-P script? Where these number came from?
Ctrl-P script:var v = moi.ui.getActiveViewport(); if ( v != null ) { moi.view.lineWidth = 1; v.renderToClipboard (2560, 2048 ); moi.view.lineWidth = 1; }
Thanks,
Gaston