Infragistics(R) NetAdvantage(R) Windows Forms
PaintTransparentBackground(Graphics,Rectangle) Method
See Also  E-mail your feedback on this topic.
Infragistics.Win Namespace > IGPanel Class : PaintTransparentBackground(Graphics,Rectangle) Method

g
Graphics object to render into
clipRectangle
Invalid rect
Renders the parent background into the specified paint event argument's

Syntax

Visual Basic (Declaration) 
Protected Sub PaintTransparentBackground( _
   ByVal g As Graphics, _
   ByVal clipRectangle As Rectangle _
) 
C# 
protected void PaintTransparentBackground( 
   Graphics g,
   Rectangle clipRectangle
)

Parameters

g
Graphics object to render into
clipRectangle
Invalid rect

See Also