LinePlotStyleGetFillPath Method |
Adds the fill path for this line plot to the specified graphics path.
Namespace: Altaxo.Graph.Gdi.Plot.StylesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void GetFillPath(
GraphicsPath gp,
IPlotArea layer,
Processed2DPlotData pdata,
CSPlaneID fillDirection
)
Parameters
- gp GraphicsPath
- The graphics path to extend.
- layer IPlotArea
- The plot layer.
- pdata Processed2DPlotData
- The processed plot data.
- fillDirection CSPlaneID
- The fill direction.
See Also