[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Zeichnet den Hintergrund der Arbeitsfläche.

Namespace: DynamicNode.Ext.Visual
Assembly: DNVisual (in DNVisual.dll) Version: 1.3.4679.19811 (1.3.0.0)

Syntax

C#
public virtual void DrawBackground(
	Graphics g
)
Visual Basic
Public Overridable Sub DrawBackground ( _
	g As Graphics _
)
F#
abstract DrawBackground : 
        g:Graphics -> unit 
override DrawBackground : 
        g:Graphics -> unit 

Parameters

g
Type: System.Drawing..::..Graphics
Ein Graphics-Objekt.

Implements

ITheme..::..DrawBackground(Graphics)

See Also