Table of Contents

Method OpenGLPaintStart

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

OpenGLPaintStart(AbstractControl)

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

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

Parameters

control AbstractControl

The AbstractControl to track.