View3d.ShowWindow C# (CSharp) Method

ShowWindow() private method

private ShowWindow ( IntPtr, hWnd, int nCmdShow ) : bool
hWnd IntPtr,
nCmdShow int
return bool
        static extern bool ShowWindow(IntPtr hWnd, int nCmdShow);