NPlot Documented Class Library

ImagePlot.Draw Method 

[This is preliminary documentation and subject to change.]

Draw on to the supplied graphics surface against the supplied axes.

public void Draw(
   Graphics g,
   PhysicalAxis xAxis,
   PhysicalAxis yAxis
);

Parameters

g
The graphics surface on which to draw.
xAxis
The X-Axis to draw against.
yAxis
The Y-Axis to draw against.

Implements

IDrawable.Draw

Remarks

TODO: block positions may be off by a pixel or so. maybe. Re-think calculations

See Also

ImagePlot Class | NPlot Namespace