Table of Contents

Method CreateOpenGLControlHandler

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

CreateOpenGLControlHandler(AbstractControl)

Creates a platform-specific handler for an OpenGL-based control.

IControlHandler CreateOpenGLControlHandler(AbstractControl control)

Parameters

control AbstractControl

The abstract representation of the control for which the handler is being created. This parameter cannot be null.

Returns

IControlHandler

An instance of IControlHandler that provides the platform-specific implementation for the OpenGL control.