SoGLGraphicConfigGetStencil Method |
Returns the stencil buffer depth.
Namespace: OIV.Inventor.ComponentsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void GetStencil(
out int bits
)
Public Sub GetStencil (
<OutAttribute> ByRef bits As Integer
)
public:
void GetStencil(
[OutAttribute] int% bits
)
member GetStencil :
bits : int byref -> unit
Parameters
- bits
- Type: SystemInt32
Remarks If 0 is returned, then the OpenGL graphics configuration has no stencil buffer.
See Also