Click or drag to resize

C3DCCreate Method

Create a 3D view container which can be used to instantiate a full 3D View.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static C3DC Create(
	IWin32Window handle
)

public static C3DC Create(
	IWin32Window handle
)

Parameters

handle
Type: System.Windows.FormsIWin32Window
Window handle for the OpenGL context.

Return Value

Type: C3DC
3DC object
See Also