Axiom.RenderSystems.DirectX9.D3DRenderWindow.GetWindowStyle C# (CSharp) 메소드

GetWindowStyle() 개인적인 메소드

private GetWindowStyle ( bool fullScreen ) : WindowStyles
fullScreen bool
리턴 WindowStyles
        private WindowStyles GetWindowStyle( bool fullScreen )
        {
            return fullScreen ? fullscreenWinStyle : windowedWinStyle;
        }