ComponentOne TileControl for WinForms
C1.Win.C1TileControl.4.5.2 Assembly / C1.Win.C1Tile Namespace / TemplatePaintEventArgs Class / TemplatePaintEventArgs Constructor / TemplatePaintEventArgs Constructor(Graphics,Rectangle,Tile)

In This Topic
    TemplatePaintEventArgs Constructor(Graphics,Rectangle,Tile)
    In This Topic
    Initializes a new instance of a TemplatePaintEventArgs.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal graphics As Graphics, _
       ByVal clipRect As Rectangle, _
       ByVal tile As Tile _
    )
    public TemplatePaintEventArgs( 
       Graphics graphics,
       Rectangle clipRect,
       Tile tile
    )

    Parameters

    graphics
    clipRect
    tile
    See Also