Click or drag to resize

RenderingSystemCreateRenderWindow Method

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static RenderWindow CreateRenderWindow(
	IntPtr parentWindowHandle,
	Vector2I size
)

Parameters

parentWindowHandle
Type: SystemIntPtr
size
Type: NeoAxisVector2I

Return Value

Type: RenderWindow
See Also