SKGLControl Constructors

Definition

Overloads

SKGLControl()

Creates a new instance of the SKGLControl view.

SKGLControl(GraphicsMode)

Creates a new instance of the SKGLControl view.

SKGLControl(GraphicsMode, Int32, Int32, GraphicsContextFlags)

Creates a new instance of the SKGLControl view.

SKGLControl()

Creates a new instance of the SKGLControl view.

public SKGLControl ();

Applies to

SKGLControl(GraphicsMode)

Creates a new instance of the SKGLControl view.

public SKGLControl (OpenTK.Graphics.GraphicsMode mode);

Parameters

mode
GraphicsMode

The OpenTK.Graphics.GraphicsMode of the control.

Applies to

SKGLControl(GraphicsMode, Int32, Int32, GraphicsContextFlags)

Creates a new instance of the SKGLControl view.

public SKGLControl (OpenTK.Graphics.GraphicsMode mode, int major, int minor, OpenTK.Graphics.GraphicsContextFlags flags);

Parameters

mode
GraphicsMode

The OpenTK.Graphics.GraphicsMode of the control.

major
Int32

The major version for the OpenGL GraphicsContext.

minor
Int32

The minor version for the OpenGL GraphicsContext.

flags
GraphicsContextFlags

The GraphicsContextFlags for the OpenGL GraphicsContext.

Applies to