[This is preliminary documentation and subject to change.]
Defines the PlotSurface2D interface - All specific PlotSurface2D classes that use PlotSurface2D for their underlying operations should implement this class.
For a list of all members of this type, see IPlotSurface2D Members.
Type | Description |
---|---|
PlotSurface2D | Wrapper around NPlot.PlotSurface2D that provides extra functionality specific to drawing to Bitmaps. |
PlotSurface2D | Implements the surface on which IDrawables are drawn. Is extended by Bitmap.PlotSurface2D, Windows.PlotSurface2D etc. TODO: better explanation. |
PlotSurface2D | A PlotSurface2D web control. Rather than use this control, I generally create bitmaps using Bitmap.PlotSurface2D, then use the ToBrowser() method in Bitmap.PlotSurface2D to return them as a page request response (and point the src in an image tag to this page). This is not as nice from a users perspective but is more efficient. Note: this control can chew up memory until the user session ends if the client cancels the page load before the image has loaded. |
PlotSurface2D | A Windows.Forms PlotSurface2D control. |
Namespace: NPlot
Assembly: NPlot (in NPlot.dll)
IPlotSurface2D Members | NPlot Namespace