CSharpGL.SceneRootViewPort.SceneRootViewPort C# (CSharp) Method

SceneRootViewPort() public method

Root view port that should never take part in rendering.
public SceneRootViewPort ( System anchor, System margin, System size ) : System.ComponentModel
anchor System
margin System
size System
return System.ComponentModel
        public SceneRootViewPort(
            System.Windows.Forms.AnchorStyles anchor, System.Windows.Forms.Padding margin,
            System.Drawing.Size size)
            : base(null, anchor, margin, size)
        {
        }