Skip to main content
All docs
V26.1
  • Fill.CreateCoonsPatchMeshShading(ColorSpace, IEnumerable<CoonsShadingPatch>, Nullable<RectangleF>, Boolean, PdfColor, DXMatrix, Nullable<Double>) Method

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public static CoonsPatchMeshShadingFill CreateCoonsPatchMeshShading(
        ColorSpace colorSpace,
        IEnumerable<CoonsShadingPatch> patches,
        RectangleF? boundingBox = null,
        bool antiAlias = false,
        PdfColor background = null,
        DXMatrix matrix = null,
        double? opacity = null
    )

    Parameters

    Name Type
    colorSpace ColorSpace
    patches IEnumerable<CoonsShadingPatch>

    Optional Parameters

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

    Returns

    Type
    CoonsPatchMeshShadingFill
    See Also