An NDoc Documented Class Library

XPThemeManager.DrawThemeBackground Method 

Draws the background area for the theme

public void DrawThemeBackground(
   Graphics graphics,
   int partId,
   int stateId,
   Rectangle targetRect,
   Rectangle clip
);

Parameters

graphics
The surface on which to draw
partId
The part to draw (see schemadefs.h)
stateId
The state to draw (see schemadefs.h)
targetRect
The target rectangle
clip
The clip rectangle

See Also

XPThemeManager Class | XPThemeManager Members | Genghis.Windows.Forms Namespace