Click or drag to resize

CustomDrawEventArgs Constructor

Constructor for creating a CustomDrawEventArgs instance.

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

Parameters

pGraphics  Graphics
The graphics object.
pRect  Rectangle
The rectangle to draw in.
pStage  CustomDrawStage
The drawing stage.
See Also