SoGLFormatSetStencilBufferEnabled Method |
Sets the stencil buffer state of this format.
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.GL (in OIV.Inventor.GL.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetStencilBufferEnabled(
bool enabled
)
Public Sub SetStencilBufferEnabled (
enabled As Boolean
)
public:
void SetStencilBufferEnabled(
bool enabled
)
member SetStencilBufferEnabled :
enabled : bool -> unit
Parameters
- enabled
- Type: SystemBoolean
Remarks See Also