Пример #1
0
 public void DrawInsertionPoint(int ichBase, IVwGraphics _vg, Rect rcSrc, Rect rcDst, int ich, bool fAssocPrev, bool fOn, LgIPDrawMode dm)
 {
     LastDrawIpCall = new DrawInsertionPointArgs
     {
         IchBase   = ichBase,
         Graphics  = _vg,
         RcSrc     = rcSrc,
         RcDst     = rcDst,
         Ich       = ich,
         AssocPrev = fAssocPrev,
         On        = fOn,
         DrawMode  = dm
     };
 }
Пример #2
0
		public void DrawInsertionPoint(int ichBase, IVwGraphics _vg, Rect rcSrc, Rect rcDst, int ich, bool fAssocPrev, bool fOn, LgIPDrawMode dm)
		{
			LastDrawIpCall = new DrawInsertionPointArgs
								{
									IchBase = ichBase,
									Graphics = _vg,
									RcSrc = rcSrc,
									RcDst = rcDst,
									Ich = ich,
									AssocPrev = fAssocPrev,
									On = fOn,
									DrawMode = dm
								};
		}