Search
DrawEventArgs Constructor (Graphics, Rectangle)
See Also
 





Initializes a new instance of the DrawEventArgs class.

Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms

 Syntax

C#  Copy Code

public DrawEventArgs (
    Graphics graphics,
    Rectangle bounds
)

Visual Basic  Copy Code

Public New ( _
    graphics As Graphics, _
    bounds As Rectangle _
)

 Parameters

graphics

bounds

 See Also