Infragistics(R) NetAdvantage(R) Windows Forms
DrawImageBackground Method
See Also  E-mail your feedback on this topic.
Infragistics.Win.Misc Namespace > UltraPanelClientAreaUIElement Class : DrawImageBackground Method

drawParams
The T:Infragistics.Win.UIElementDrawParams used to provide rendering information.
Draws the background image of the element.

Syntax

Visual Basic (Declaration) 
Protected Overrides Sub DrawImageBackground( _
   ByRef drawParams As Infragistics.Win.UIElementDrawParams _
) 
C# 
protected override void DrawImageBackground( 
   ref Infragistics.Win.UIElementDrawParams drawParams
)

Parameters

drawParams
The T:Infragistics.Win.UIElementDrawParams used to provide rendering information.

See Also