Method CreateOpenGLControlHandler
CreateOpenGLControlHandler(AbstractControl)
Creates a platform-specific handler for an OpenGL-based control.
IControlHandler CreateOpenGLControlHandler(AbstractControl control)
Parameters
controlAbstractControlThe 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.