Skip to main content
All docs
V26.1
  • Fill.CreateRadialShading(ColorSpace, PointF, Double, PointF, Double, IList<CustomFunction>, Range, Boolean, Boolean, Nullable<RectangleF>, Boolean, PdfColor, DXMatrix, Nullable<Double>) Method

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public static RadialShadingFill CreateRadialShading(
        ColorSpace colorSpace,
        PointF startingCircleCenter,
        double startingCircleRadius,
        PointF endingCircleCenter,
        double endingCircleRadius,
        IList<CustomFunction> functions,
        Range domain = null,
        bool extendStart = false,
        bool extendEnd = false,
        RectangleF? boundingBox = null,
        bool antiAlias = false,
        PdfColor background = null,
        DXMatrix matrix = null,
        double? opacity = null
    )

    Parameters

    Name Type
    colorSpace ColorSpace
    startingCircleCenter PointF
    startingCircleRadius Double
    endingCircleCenter PointF
    endingCircleRadius Double
    functions IList<CustomFunction>

    Optional Parameters

    Name Type Default
    domain Range null
    extendStart Boolean False
    extendEnd Boolean False
    boundingBox Nullable<RectangleF> null
    antiAlias Boolean False
    background PdfColor null
    matrix DXMatrix null
    opacity Nullable<Double> null

    Returns

    Type
    RadialShadingFill
    See Also