IMSL C# Numerical Library

ContourLevel.Paint Method 

Paints this node and all of its children.

public override void Paint(
   Draw draw
);

Parameters

draw
A Draw which is to be painted.

Remarks

This is normally called only by the Paint method in this node's parent.

See Also

ContourLevel Class | Imsl.Chart2D Namespace