Delegate ControlFigureVisibileDelegate
- Namespace
 - SearchAThing.OpenGL.Core
 
- Assembly
 - netcore-opengl-core.dll
 
Delegate for ControlFigureVisible.
It allow to customize the visilibty of a figure in relation within a Gl control.
public delegate bool ControlFigureVisibileDelegate(GLControl glControl, GLFigureBase figure)
  Parameters
glControlGLControlGL control reference.
figureGLFigureBaseGL figure for which state visibility in given control.
Returns
- bool
 True if figure must shown in the gl control, false otherwise.