Click or drag to resize
SoGLFormatSetGDISupportRequired Method

Sets the GDI support requirement of the pixel format.

Namespace: OIV.Inventor.Devices
Assembly: OIV.Inventor.GL (in OIV.Inventor.GL.dll) Version: 2024.1.2.0 (2024.1.2)
Syntax
public void SetGDISupportRequired(
	bool required
)

Parameters

required
Type: SystemBoolean
Remarks

This requirement is ignored on non-Microsoft platforms.

Note: If both OIV.Inventor.Devices.SoGLFormat.SetCompositionRequired(System.Boolean) and OIV.Inventor.Devices.SoGLFormat.SetGDISupportRequired(System.Boolean) are set OpenInventor will try to choose a pixel format with composition support.

The default value is true but setting composition required to true automatically disables GDI support.

See Also