WindowHandle.FromXlib

WindowHandle.FromXlib method

Create WindowHandle from an Xlib window

public static WindowHandle FromXlib(IntPtr display, IntPtr window)
ParameterTypeDescription
displayIntPtrThe display instance of the X server
windowIntPtrThe handle of the window

See Also