Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PaintGroupBarBackgroundEventArgs Class / PaintGroupBarBackgroundEventArgs Constructor
Graphics object
Rectangular bounds


In This Topic
PaintGroupBarBackgroundEventArgs Constructor
In This Topic
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)

Parameters

g
Graphics object
bounds
Rectangular bounds
See Also