Fill.CreateTensorProductPatchMeshShading(ColorSpace, IEnumerable<TensorProductShadingPatch>, Nullable<RectangleF>, Boolean, PdfColor, DXMatrix, Nullable<Double>) Method
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
Declaration
public static TensorProductPatchMeshShadingFill CreateTensorProductPatchMeshShading(
ColorSpace colorSpace,
IEnumerable<TensorProductShadingPatch> patches,
RectangleF? boundingBox = null,
bool antiAlias = false,
PdfColor background = null,
DXMatrix matrix = null,
double? opacity = null
)
Parameters
| Name | Type |
|---|---|
| colorSpace | ColorSpace |
| patches | IEnumerable<TensorProductShadingPatch> |
Optional Parameters
| Name | Type | Default |
|---|---|---|
| boundingBox | Nullable<RectangleF> | null |
| antiAlias | Boolean | False |
| background | PdfColor | null |
| matrix | DXMatrix | null |
| opacity | Nullable<Double> | null |
Returns
| Type |
|---|
| TensorProductPatchMeshShadingFill |
See Also