CADability dotNET
Zooming or scrolling changed the visible aspect of the current view.

Namespace: CADability.Actions
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public virtual void OnDisplayChanged(
	DisplayChangeArg d
)
Visual Basic
Public Overridable Sub OnDisplayChanged ( _
	d As DisplayChangeArg _
)
Visual C++
public:
virtual void OnDisplayChanged(
	DisplayChangeArg^ d
)

Parameters

d
Type: CADability..::..DisplayChangeArg
the reason for the call

See Also