Überladen, um das Zeichnen eines Hintergrunds zu verhinden und Double-Buffering zu verbessern.
Namespace: Volumerenderer
Assembly: Volumes (in Volumes.exe)
Syntax
Visual Basic (Declaration) |
---|
Protected Overrides Sub OnPaintBackground( _ ByVal e As PaintEventArgs _ ) |
C# |
---|
protected override void OnPaintBackground( PaintEventArgs e ) |
C++ |
---|
protected: virtual void OnPaintBackground( PaintEventArgs e ) override |
J# |
---|
protected override void OnPaintBackground( PaintEventArgs e ) |
JScript |
---|
protected override
function OnPaintBackground( e : PaintEventArgs ) |
Parameters
- e