Paints this node and all of its children.

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

Syntax

C#
public override void Paint(
	Draw draw
)
Visual Basic (Declaration)
Public Overrides Sub Paint ( _
	draw As Draw _
)
Visual C++
public:
virtual void Paint(
	Draw^ draw
) override

Parameters

draw
Type: Imsl.Chart2D..::.Draw
A Draw with the object to be painted.

Remarks

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

See Also