CADability dotNET
Event that is raised when the projection of the OpenGL view was changed. You can modify the light sources and direction.

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

Syntax

C#
public static event OpenGlCustomize..::..SetProjectionDelegate SetProjectionEvent
Visual Basic
Public Shared Event SetProjectionEvent As OpenGlCustomize..::..SetProjectionDelegate
Visual C++
public:
static  event OpenGlCustomize..::..SetProjectionDelegate^ SetProjectionEvent {
	void add (OpenGlCustomize..::..SetProjectionDelegate^ value);
	void remove (OpenGlCustomize..::..SetProjectionDelegate^ value);
}

See Also