RenderWindow.SystemHandle Property

SFML.Net

RenderWindowSystemHandle Property
OS-specific handle of the window

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

Property Value

Type: IntPtr
See Also