C# Class SIL.FieldWorks.Views.VwDrawRootBuffered

Inheritance: IVwDrawRootBuffered
Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Méthode Description
ReDrawLastDraw ( IntPtr hdc, Rect rcpDraw ) : void

Private Methods

Méthode 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 méthode

public ReDrawLastDraw ( IntPtr hdc, Rect rcpDraw ) : void
hdc System.IntPtr
rcpDraw Rect
Résultat void