NPlot Documented Class Library

IPlotSurface2D Interface

[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.

public interface IPlotSurface2D

Types that implement IPlotSurface2D

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.

Requirements

Namespace: NPlot

Assembly: NPlot (in NPlot.dll)

See Also

IPlotSurface2D Members | NPlot Namespace