Skip to main content
All docs
V26.1
  • FreeFormGouraudMeshShadingFill(ColorSpace, Nullable<RectangleF>, IList<ShadingTriangle>, Boolean, PdfColor, DXMatrix, Nullable<Double>) Constructor

    Initializes a new instance of the FreeFormGouraudMeshShadingFill class with specified settings.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public FreeFormGouraudMeshShadingFill(
        ColorSpace colorSpace,
        RectangleF? boundingBox,
        IList<ShadingTriangle> triangles,
        bool antiAlias = false,
        PdfColor background = null,
        DXMatrix matrix = null,
        double? opacity = null
    )

    Parameters

    Name Type
    colorSpace ColorSpace
    boundingBox Nullable<RectangleF>
    triangles IList<ShadingTriangle>

    Optional Parameters

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