WindowHandle

WindowHandle

Overview

WindowHandle is a class in Aspose.3D FOSS for .NET.

Encapsulated window handle for different platforms.

This class provides 5 methods for working with WindowHandle objects in .NET programs. Available methods include: FromGdk, FromWayland, FromWin32, FromXcb, FromXlib. All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package.

Methods

SignatureDescription
FromGdk(window: IntPtr)The GdkWindow* instance
FromXcb(connection: IntPtr, surface: IntPtr)Create from an XCB surface.
FromWayland(display: IntPtr, surface: IntPtr)Create from a Wayland surface
FromXlib(display: IntPtr, window: IntPtr)Create from an Xlib window
FromWin32(hWnd: IntPtr)The native HWND instance in Windows environment.

See Also

 English