ChartPaint Method (Graphics) |
Paints this node and all of its children.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual void Paint(
Graphics g
)
Public Overridable Sub Paint (
g As Graphics
)
public:
virtual void Paint(
Graphics^ g
)
abstract Paint :
g : Graphics -> unit
override Paint :
g : Graphics -> unit
Parameters
- g
- Type: System.DrawingGraphics
A Graphics which is to be painted.
Remarks
This is normally called only by the Paint method in this
node's parent.
See Also