Click or drag to resize

IDisplaySettingsCanRenderType Method

Check if the current settings can render the specified type.

Namespace:  Demo3D.Gui
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.04.00
Syntax
C#
bool CanRenderType(
	Type type
)

Parameters

type
Type: SystemType
The type to check

Return Value

Type: Boolean
True if the type can be rendered.
See Also