CustomDrawEventArgs Constructor |
Constructor for creating a CustomDrawEventArgs instance.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public CustomDrawEventArgs(
Graphics pGraphics,
Rectangle pRect,
CustomDrawStage pStage
)
Public Sub New (
pGraphics As Graphics,
pRect As Rectangle,
pStage As CustomDrawStage
)
public:
CustomDrawEventArgs(
Graphics^ pGraphics,
Rectangle pRect,
CustomDrawStage pStage
)
new :
pGraphics : Graphics *
pRect : Rectangle *
pStage : CustomDrawStage -> CustomDrawEventArgs
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