Skip to main content
All docs
V26.1
  • TensorProductShadingPatch(PointF[,], PdfColor[]) Constructor

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

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public TensorProductShadingPatch(
        PointF[,
        ] controlPoints,
        PdfColor[] colors
    )

    Parameters

    Name Type
    controlPoints PointF[,]
    colors PdfColor[]
    See Also