Spread Windows Forms 17
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)
    public PaintGroupBarBackgroundEventArgs( 
       Graphics g,
       Rectangle bounds
    )

    Parameters

    g
    Graphics object
    bounds
    Rectangular bounds
    See Also