ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / IDrawingCanvas Interface / CreateRadialGradientBrush Method

In This Topic
CreateRadialGradientBrush Method (IDrawingCanvas)
In This Topic
Creates new radial gradient BrushEx.
Syntax
'Declaration
 
Function CreateRadialGradientBrush( _
   ByVal centerPoint As PointF, _
   ByVal radiusX As Single, _
   ByVal radiusY As Single, _
   ByVal centerColor As Color, _
   ByVal surroundingColor As Color _
) As BrushEx
 

Parameters

centerPoint
radiusX
radiusY
centerColor
surroundingColor
See Also