IDisplaySettingsCanRenderType Method |
Check if the current settings can render the specified type.
Namespace: Demo3D.GuiAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.01.00
Syntaxbool CanRenderType(
Type type
)
Parameters
- type Type
- The type to check
Return Value
BooleanTrue if the type can be rendered.
See Also