/// <summary></summary> public SIL.FieldWorks.Common.COMInterfaces.IRenderEngine get_Renderer(int ws, SIL.FieldWorks.Common.COMInterfaces.IVwGraphics _vg) { throw new NotImplementedException(); }
public bool IsInPageAbove(int x, int y, int ysBottomOfPage, SIL.FieldWorks.Common.COMInterfaces.IVwGraphics pvg, out int left, out int right) { left = right = 0; return(y < ysBottomOfPage); // trivial and perhaps not used? }