MindFusion WinForms Programmer's Guide
DrawEventArgs Constructor (Control, 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 (
    Control parentControl,
    Graphics graphics,
    Rectangle bounds
)

Visual Basic  Copy Code

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

 Parameters

parentControl

graphics

bounds

 See Also

DrawEventArgs Constructor Overload List
DrawEventArgs Class
MindFusion.UI.WinForms Namespace