CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Delegate definition for notification of changes of the view position or direction
Namespace: CADabilityAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public delegate void ProjectionChangedDelegate( ModelView modelView, Projection projection ) |
| Visual Basic |
|---|
Public Delegate Sub ProjectionChangedDelegate ( _ modelView As ModelView, _ projection As Projection _ ) |
| Visual C++ |
|---|
public delegate void ProjectionChangedDelegate( ModelView^ modelView, Projection^ projection ) |
Parameters
- modelView
- Type: CADability..::..ModelView
Issuing ModelView
- projection
- Type: CADability..::..Projection
the new projection