Table of Contents

Method OpenGLPaintStop

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

OpenGLPaintStop(AbstractControl)

Stops tracking the runtime duration of OpenGL-based control painting operations for the specified control.

[Conditional("DEBUG")]
public static void OpenGLPaintStop(AbstractControl control)

Parameters

control AbstractControl

The AbstractControl to stop tracking.