Class RenderPack
- Namespace
- ScottPlot
- Assembly
- ScottPlot.dll
This object pairs a Plot with pixel/canvas information and is passed throughout the render system to provide screen and canvas information to methods performing rendering.
public class RenderPack : IDisposable
- Inheritance
-
RenderPack
- Implements
- Inherited Members
- Extension Methods
Constructors
RenderPack(Plot, PixelRect, SKCanvas)
This object pairs a Plot with pixel/canvas information and is passed throughout the render system to provide screen and canvas information to methods performing rendering.
public RenderPack(Plot plot, PixelRect figureRect, SKCanvas canvas)
Parameters
Properties
Canvas
public SKCanvas Canvas { get; }
Property Value
CanvasState
public CanvasState CanvasState { get; }
Property Value
DataRect
public PixelRect DataRect { get; }
Property Value
Elapsed
public TimeSpan Elapsed { get; }
Property Value
FigureRect
public PixelRect FigureRect { get; }
Property Value
Layout
public Layout Layout { get; }
Property Value
Paint
public Paint Paint { get; }
Property Value
Plot
public Plot Plot { get; }
Property Value
ScaledFigureRect
public PixelRect ScaledFigureRect { get; }
Property Value
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()