Skip to main content
All docs
V26.1
  • CoonsShadingPatch(ShadingBezierCurve, ShadingBezierCurve, ShadingBezierCurve, ShadingBezierCurve) Constructor

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

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public CoonsShadingPatch(
        ShadingBezierCurve left,
        ShadingBezierCurve top,
        ShadingBezierCurve right,
        ShadingBezierCurve bottom
    )

    Parameters

    Name Type
    left ShadingBezierCurve
    top ShadingBezierCurve
    right ShadingBezierCurve
    bottom ShadingBezierCurve
    See Also