Click or drag to resize
SoWinGLGraphicConfig Class

Represents an OpenGL graphics configuration for Microsoft Windows systems.

Inheritance Hierarchy
SystemObject
  OIV.InventorSoNetBase
    OIV.Inventor.ComponentsSoGraphicConfig
      OIV.Inventor.ComponentsSoGLGraphicConfig
        OIV.Inventor.ComponentsSoWinGLGraphicConfig

Namespace: OIV.Inventor.Components
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
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 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
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