Show / Hide Table of Contents

Delegate OpenGlCustomize.SetProjectionDelegate

Delegate definition of SetProjectionEvent.

Namespace: CADability
Assembly: CADability.dll
Syntax
public delegate void SetProjectionDelegate(IntPtr renderContext, IPaintTo3D paintTo3D, Projection projection, BoundingCube boundingCube);
Parameters
Type Name Description
System.IntPtr renderContext

The OpenGL render context

IPaintTo3D paintTo3D

The IPaintTo3D interface of the instance beeing involved

Projection projection

The projetion that has been set

BoundingCube boundingCube

The bounding cube for the display

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