Initializes a new instance of the ComputeEventArgs class with specified graphics, location and width.

Namespace:  AltaVim.WinForms
Assembly:  AltaVim.WinForms.ExtendedTreeView.NET20 (in AltaVim.WinForms.ExtendedTreeView.NET20)
Version: 5.5.0.0

Syntax

C#
public ComputeEventArgs(
	Graphics g,
	Point location,
	int width
)
Visual Basic (Declaration)
Public Sub New ( _
	g As Graphics, _
	location As Point, _
	width As Integer _
)
Visual C++
public:
ComputeEventArgs(
	Graphics^ g, 
	Point location, 
	int width
)

Parameters

g
Type: System.Drawing..::.Graphics
location
Type: System.Drawing..::.Point
width
Type: System..::.Int32

See Also