FunctionBasedShadingFill(ColorSpace, Nullable<RectangleF>, IList<CustomFunction>, Range, Range, Boolean, PdfColor, DXMatrix, Nullable<Double>) Constructor
Initializes a new instance of the FunctionBasedShadingFill class with specified settings.
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
Declaration
public FunctionBasedShadingFill(
ColorSpace colorSpace,
RectangleF? boundingBox,
IList<CustomFunction> functions,
Range domainX = null,
Range domainY = null,
bool antiAlias = false,
PdfColor background = null,
DXMatrix matrix = null,
double? opacity = null
)
Parameters
| Name | Type |
|---|---|
| colorSpace | ColorSpace |
| boundingBox | Nullable<RectangleF> |
| functions | IList<CustomFunction> |
Optional Parameters
| Name | Type | Default |
|---|---|---|
| domainX | Range | null |
| domainY | Range | null |
| antiAlias | Boolean | False |
| background | PdfColor | null |
| matrix | DXMatrix | null |
| opacity | Nullable<Double> | null |
See Also