Spread Windows Forms 12.0 Product Documentation
DrawBackground Method


FarPoint.Win Assembly > FarPoint.Win Namespace > FpVisualStyleRenderer Class : DrawBackground Method
The System.Drawing.IDeviceContext used to draw the background image.
A System.Drawing.Rectangle in which the background image is drawn.
Initializes a new instance of FarPoint.Win.FpVisualStyleRenderer.
Syntax
'Declaration
 
Public Sub DrawBackground( _
   ByVal idc As IDeviceContext, _
   ByVal bounds As Rectangle _
) 
'Usage
 
Dim instance As FpVisualStyleRenderer
Dim idc As IDeviceContext
Dim bounds As Rectangle
 
instance.DrawBackground(idc, bounds)
public void DrawBackground( 
   IDeviceContext idc,
   Rectangle bounds
)

Parameters

idc
The System.Drawing.IDeviceContext used to draw the background image.
bounds
A System.Drawing.Rectangle in which the background image is drawn.
See Also

Reference

FpVisualStyleRenderer Class
FpVisualStyleRenderer Members