C# Class SIL.FieldWorks.Views.VwDrawRootBuffered

Inheritance: IVwDrawRootBuffered
Mostrar archivo Open project: sillsdev/FieldWorks

Public Methods

Method Description
ReDrawLastDraw ( IntPtr hdc, Rect rcpDraw ) : void

Private Methods

Method Description
DrawTheRoot ( IVwRootBox prootb, IntPtr hdc, Rect rcpDraw, uint bkclr, bool fDrawSel, IVwRootSite pvrs ) : void
DrawTheRootAt ( IVwRootBox prootb, IntPtr hdc, Rect rcpDraw, uint bkclr, bool fDrawSel, IVwGraphics pvg, Rect rcSrc, Rect rcDst, int ysTop, int dysHeight ) : void
DrawTheRootRotated ( IVwRootBox rootb, IntPtr hdc, Rect rcpDraw, uint bkclr, bool fDrawSel, IVwRootSite vrs, int nHow ) : void

Method Details

ReDrawLastDraw() public method

public ReDrawLastDraw ( IntPtr hdc, Rect rcpDraw ) : void
hdc System.IntPtr
rcpDraw Rect
return void