Graphics.Handle
From Xojo Documentation
Method
Gets the OS Handle for the passed Type. Pass the appropriate Graphics.HandleTypes value to specify the Type.
Notes
Handle will return nil if the requested handle type is not available or is not supported.
Sample Code
This code gets a handle to the port of the Graphics object on Mac and iOS.