Table of Contents

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 GLControl

GL control reference.

figure GLFigureBase

GL figure for which state visibility in given control.

Returns

bool

True if figure must shown in the gl control, false otherwise.