RadControls for WinForms

Namespace: Telerik.WinControls
Assembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.2.612.40 (2013.2.612.40)

Syntax

C#
protected virtual void PostPaintChildren(
	IGraphics graphics,
	Rectangle clipRectange,
	float angle,
	SizeF scale
)
Visual Basic
Protected Overridable Sub PostPaintChildren ( _
	graphics As IGraphics, _
	clipRectange As Rectangle, _
	angle As Single, _
	scale As SizeF _
)

Parameters

graphics
Type: Telerik.WinControls.Paint..::..IGraphics
clipRectange
Type: System.Drawing..::..Rectangle
angle
Type: System..::..Single
scale
Type: System.Drawing..::..SizeF

See Also