Spread Windows Forms 12.0 Product Documentation
PaintGroupBarBackgroundEventArgs Constructor


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > PaintGroupBarBackgroundEventArgs Class : PaintGroupBarBackgroundEventArgs Constructor
Graphics object
Rectangular bounds
Creates a new set of PaintGroupBarBackgroundEventArgs event arguments.
Syntax
'Declaration
 
Public Function New( _
   ByVal g As Graphics, _
   ByVal bounds As Rectangle _
)
'Usage
 
Dim g As Graphics
Dim bounds As Rectangle
 
Dim instance As New PaintGroupBarBackgroundEventArgs(g, bounds)
public PaintGroupBarBackgroundEventArgs( 
   Graphics g,
   Rectangle bounds
)

Parameters

g
Graphics object
bounds
Rectangular bounds
See Also

Reference

PaintGroupBarBackgroundEventArgs Class
PaintGroupBarBackgroundEventArgs Members