Namespace: Telerik.WinControlsAssembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)
Syntax
| C# |
|---|
public Bitmap GetAsTransformedBitmap(
Rectangle clippingRectangle,
Brush backgroundBrush,
float totalAngle,
SizeF totalScale
) |
| Visual Basic |
|---|
Public Function GetAsTransformedBitmap ( _
clippingRectangle As Rectangle, _
backgroundBrush As Brush, _
totalAngle As Single, _
totalScale As SizeF _
) As Bitmap |
Parameters
- clippingRectangle
- Type: System.Drawing..::..Rectangle
- backgroundBrush
- Type: System.Drawing..::..Brush
- totalAngle
- Type: System..::..Single
- totalScale
- Type: System.Drawing..::..SizeF
See Also