Xojo Documentation
Xojo Documentation
Home
Getting Started
Get Started with Xojo
QuickStarts
Tutorials
Pi Programming
More Guides
Resources
In-Depth Guides
User Guide
Language Reference
Resources
Release Notes
System Requirements
Deprecations
Videos
Feedback
About
Usage
Copyrights and Trademarks
Tools
What links here
Related changes
Special pages
Printable version
Permanent link
Page information
DesktopOpenGLSurface.ContextHandle
From Xojo Documentation
Read-Only Property
(As
Integer
)
Integer
Value
=
a
OpenGLSurface
.
ContextHandle
New in 2021r3
Supported for all project types and targets.
Returns a handle to the underlying OpenGL context.
Example
The following gets a handle to the OpenGLSurface:
Var
i
As
Integer
i =
Me
.
ContextHandle
Categories
:
New2021r3
Properties