Table of Contents

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

plot Plot

GetLastRenderRectangle(Plot)

public PixelRect? GetLastRenderRectangle(Plot plot)

Parameters

plot Plot

Returns

PixelRect?

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

pixel Pixel

Returns

Plot

Remember(Plot, PixelRect)

public void Remember(Plot plot, PixelRect subplotRect)

Parameters

plot Plot
subplotRect PixelRect

Reset()

public void Reset()