Background buffer -- used to speed up rendering when the control is invalidated due to minimize, coverup, etc.


Namespace: MapWinView
Assembly: MapWinView (in MapWinView.dll)

Syntax

Visual Basic (Declaration)
Private m_BackBuffer As Bitmap
C#
private Bitmap m_BackBuffer;
C++
private:
 Bitmap m_BackBuffer sealed ;
J#
private Bitmap m_BackBuffer
JScript
private m_BackBuffer : Bitmap;

See Also