ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / IDrawingCanvas Interface / CreateRadialGradientBrush Method / CreateRadialGradientBrush(PointF,PointF,PointF,Color,Color,IEnumerable<GradientStopColor>,Nullable<RectangleF>,Nullable<Matrix3x2>) Method
Start point of the gradient
Focus point of the gradient
Radius of the gradient, should be used for the IDrawingCanvas.CreateRadialGradientBrush
Start color in the center of the gradient
End color of the gradient
Gradient color stops
Gradient brush bounds
Gradient brush ransform

In This Topic
    CreateRadialGradientBrush(PointF,PointF,PointF,Color,Color,IEnumerable<GradientStopColor>,Nullable<RectangleF>,Nullable<Matrix3x2>) Method
    In This Topic
    Create radial gradient brush
    Syntax
    'Declaration
     
    Overloads Function CreateRadialGradientBrush( _
       ByVal centerPoint As PointF, _
       ByVal focusPoint As PointF, _
       ByVal centerRadius As PointF, _
       ByVal centerColor As Color, _
       ByVal surroundingColor As Color, _
       ByVal stops As IEnumerable(Of GradientStopColor), _
       ByVal brushBounds As Nullable(Of RectangleF), _
       ByVal brushTransform As Nullable(Of Matrix3x2) _
    ) As BrushEx

    Parameters

    centerPoint
    Start point of the gradient
    focusPoint
    Focus point of the gradient
    centerRadius
    Radius of the gradient, should be used for the IDrawingCanvas.CreateRadialGradientBrush
    centerColor
    Start color in the center of the gradient
    surroundingColor
    End color of the gradient
    stops
    Gradient color stops
    brushBounds
    Gradient brush bounds
    brushTransform
    Gradient brush ransform

    Return Value

    Gradient brush
    See Also