Click or drag to resize
SoWinGLGraphicConfig Methods

The SoWinGLGraphicConfig type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetAccum

Returns the accumulation buffer depth (red, green, blue, and alpha).

(Inherited from SoGLGraphicConfig.)
Public methodGetDepth

Returns the Z-buffer depth.

(Inherited from SoGLGraphicConfig.)
Public methodGetFloatRGBAColor

Returns the floating point color depth (red, green, blue, and alpha).

(Inherited from SoGLGraphicConfig.)
Public methodGetFullSceneAntialiasing

(Inherited from SoGLGraphicConfig.)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetPixelFormat

Returns the pixel format identifier.

Public methodGetRGBAColor

Returns the color depth (red, green, blue, and alpha).

(Inherited from SoGLGraphicConfig.)
Public methodGetStencil

Returns the stencil buffer depth.

(Inherited from SoGLGraphicConfig.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsAccelerated

Returns true if the OpenGL graphics configuration is accelerated.

(Inherited from SoGLGraphicConfig.)
Public methodIsDoubleBuffer

Returns true if double-buffer mode is enabled, else false (single-buffer mode).

(Inherited from SoGLGraphicConfig.)
Public methodIsStereoBuffer

Returns true if stereo buffer mode is supported.

(Inherited from SoGLGraphicConfig.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also