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