RadControls for WinForms

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

Syntax

C#
public Bitmap GetAsBitmap(
	Brush backgroundBrush,
	float totalAngle,
	SizeF totalScale
)
Visual Basic
Public Function GetAsBitmap ( _
	backgroundBrush As Brush, _
	totalAngle As Single, _
	totalScale As SizeF _
) As Bitmap

Parameters

backgroundBrush
Type: System.Drawing..::..Brush
totalAngle
Type: System..::..Single
totalScale
Type: System.Drawing..::..SizeF

See Also