IRendererAspectCanRender Method (IDisplaySettings) |
Namespace:
Demo3D.Visuals.Renderers
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 18.04.00
Syntaxbool CanRender(
IDisplaySettings displaySettings
)
Parameters
- displaySettings
- Type: Demo3D.GuiIDisplaySettings
The IDisplaySettings to check against.
Return Value
Type:
BooleanTrue if the aspect can be rendered, otherwise false.
See Also