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

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public static LatticeFormGouraudMeshShadingFill CreateLatticeFormGouraudMeshShading(
        ColorSpace colorSpace,
        IEnumerable<ShadingTriangle> triangles,
        int verticesPerRow,
        RectangleF? boundingBox = null,
        bool antiAlias = false,
        PdfColor background = null,
        DXMatrix matrix = null,
        double? opacity = null
    )

    Parameters

    Name Type
    colorSpace ColorSpace
    triangles IEnumerable<ShadingTriangle>
    verticesPerRow Int32

    Optional Parameters

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

    Returns

    Type
    LatticeFormGouraudMeshShadingFill
    See Also