Click or drag to resize

MiniViewManagerShowDialog Method

Show Mini View Dialog

Namespace:  VIZCore3DX.NET.Manager
Assembly:  VIZCore3DX.NET (in VIZCore3DX.NET.dll) Version: 1.1.25.609 (1.1.25.609)
Syntax
C#
public void ShowDialog(
	int width,
	int height,
	CameraDirection cameraDirection,
	bool topMost = true
)

Parameters

width
Type: SystemInt32
Dialog Width
height
Type: SystemInt32
Dialog Height
cameraDirection
Type: VIZCore3DX.NET.DataCameraDirection
카메라 방향
topMost (Optional)
Type: SystemBoolean
폼을 맨위 폼으로 표시 여부
See Also