Show / Hide Table of Contents

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

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX