Click or drag to resize
SoWinGLGraphicConfig Class

Represents an OpenGL graphics configuration for Microsoft Windows systems.

Inheritance Hierarchy

Namespace: OIV.Inventor.Components
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public class SoWinGLGraphicConfig : SoGLGraphicConfig

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 methodGetIndexedColor Obsolete.

Returns the indexed color depth.

(Inherited from SoGLGraphicConfig.)
Public methodGetPixelFormat

Returns the pixel format identifier.

Public methodGetRGBAColor
(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 methodHasOverlays Obsolete.

Returns true if the OpenGL graphics configuration has overlays supported by Open Inventor.

(Inherited from SoGLGraphicConfig.)
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
Remarks

This class is a representation of a Microsoft Windows pixel format. Compared to its parent class, this class adds a method to query the system-dependent pixel format information.

See Also