Пример #1
0
 /// <summary></summary>
 public SIL.FieldWorks.Common.COMInterfaces.IRenderEngine get_Renderer(int ws, SIL.FieldWorks.Common.COMInterfaces.IVwGraphics _vg)
 {
     throw new NotImplementedException();
 }
Пример #2
0
 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?
 }