Graphics.HandleTypes

From Xojo Documentation

Enumeration
Graphics.HandleTypes

New in 2019r2

Specifies the type of OS handle you wish to receive.

Values

Enum Description
CairoContext Gets a handle to the Cairo Context on Linux.
CGContextRef Gets the CGContextRef on macOS.
HDC Gets the HDC on Windows.
Direct2DRenderTarget Gets the Direct2D render target on Windows.