Click or drag to resize

CustomDrawEventArgs Constructor

Constructor for creating a CustomDrawEventArgs instance.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
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