Class MultiplotLayoutSnapshot
- Namespace
- ScottPlot
- Assembly
- ScottPlot.dll
public class MultiplotLayoutSnapshot
- Inheritance
-
MultiplotLayoutSnapshot
- Inherited Members
- Extension Methods
Methods
Forget(Plot)
public void Forget(Plot plot)
Parameters
plotPlot
GetLastRenderRectangle(Plot)
public PixelRect? GetLastRenderRectangle(Plot plot)
Parameters
plotPlot
Returns
GetPlotAtPixel(Pixel)
Return the plot beneath the given pixel according to the last render. Returns null if no render occurred or the pixel is not over a plot.
public Plot? GetPlotAtPixel(Pixel pixel)
Parameters
pixelPixel
Returns
Remember(Plot, PixelRect)
public void Remember(Plot plot, PixelRect subplotRect)
Parameters
Reset()
public void Reset()