Window.SystemHandle Property

SFML.Net

WindowSystemHandle Property
OS-specific handle of the window

Namespace: SFML.Window
Assembly: sfmlnet-window-2 (in sfmlnet-window-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public virtual IntPtr SystemHandle { get; }
Public Overridable ReadOnly Property SystemHandle As IntPtr
	Get
public:
virtual property IntPtr SystemHandle {
	IntPtr get ();
}
abstract SystemHandle : IntPtr with get
override SystemHandle : IntPtr with get

Property Value

Type: IntPtr
See Also