representing cursor, or null
Cursor.getSurface
cairo.surface.Surface getSurface(out double xHot, out double yHot)Returns a cairo image surface with the image used to display the cursor.
Note that depending on the capabilities of the windowing system and on the cursor, GDK may not be able to obtain the image data. In this case, null is returned.
Parameters
xHot | Location to store the hotspot x position, or null |
yHot | Location to store the hotspot y position, or null |
Returns
a #cairo_surface_t