SIL.FieldWorks.Common.RootSites.PrintRootSite.get_ScreenGraphics C# (CSharp) Method

get_ScreenGraphics() public method

Real drawing VG same as layout one for simple printing.
public get_ScreenGraphics ( IVwRootBox _Root ) : IVwGraphics
_Root IVwRootBox
return IVwGraphics
		public IVwGraphics get_ScreenGraphics(IVwRootBox _Root)
		{
			return m_vwPrintContext.Graphics;
		}