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
glControl
GLControlGL control reference.
figure
GLFigureBaseGL figure for which state visibility in given control.
Returns
- bool
True if figure must shown in the gl control, false otherwise.