Paints this node and all of its children.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual void Paint(
	Graphics g
)
Visual Basic (Declaration)
Public Overridable Sub Paint ( _
	g As Graphics _
)
Visual C++
public:
virtual void Paint(
	Graphics^ g
)

Parameters

g
Type: System.Drawing..::.Graphics
A Graphics which is to be painted.

Remarks

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

See Also