Click or drag to resize
Wizard .NET Library

ThemedImageButtonPaintButton Method

Primary function for painting the button. This method should be overridden instead of OnPaint.

Namespace:  AeroWizard
Assembly:  AeroWizard (in AeroWizard.dll) Version: 2.2.3
Syntax
protected virtual void PaintButton(
	Graphics graphics,
	Rectangle bounds
)
Request Example View Source

Parameters

graphics
Type: System.DrawingGraphics
The graphics.
bounds
Type: System.DrawingRectangle
The bounds.
See Also