Click or drag to resize

CustomDrawEventArgs Constructor

Constructor for creating a CustomDrawEventArgs instance.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public CustomDrawEventArgs(
	Graphics pGraphics,
	Rectangle pRect,
	CustomDrawStage pStage
)

Parameters

pGraphics
Type: System.DrawingGraphics
The graphics object.
pRect
Type: System.DrawingRectangle
The rectangle to draw in.
pStage
Type: Jam.ShellCustomDrawStage
The drawing stage.
See Also