Click or drag to resize

GraphDocumentOnInvalidate Method

Fires the Invalidate event.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected virtual void OnInvalidate(
	XYZPlotLayer sender
)

Parameters

sender  XYZPlotLayer
The layer which needs to be repainted.
See Also