Delegate ModelView.ProjectionChangedDelegate
Delegate definition for notification of changes of the view position or direction
Namespace: CADability
Assembly: CADability.dll
Syntax
public delegate void ProjectionChangedDelegate(ModelView modelView, Projection projection);
Parameters
| Type | Name | Description |
|---|---|---|
| ModelView | modelView | Issuing ModelView |
| Projection | projection | the new projection |