Click or drag to resize

RendererSettings Class

Settings used by individual renderers.
Inheritance Hierarchy
System.DynamicDynamicObject
  NotifyPropertyChangedBase
    SimpleCustomTypeDescriptor
      GlobalizedProperties
        Demo3D.CommonBindableBase
          Demo3D.GuiRendererSettings

Namespace:  Demo3D.Gui
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.04.00
Syntax
C#
public class RendererSettings : BindableBase

The RendererSettings type exposes the following members.

Constructors
  NameDescription
Public methodRendererSettings
Initializes a new instance of the RendererSettings class
Top
Properties
  NameDescription
Public propertyIsAutoResolution
When true, the renderer fills the available space.
Public propertyIsNavigation
True when the renderer is in navigation mode.
Public propertyIsPerspective
True the renderers camera using perspective projection, otherwise the renderer will use parallel projection.
Public propertyIsPlanView
True when the renderer is in plan view mode.
Public propertyResolution
The resolution of the renderer.
Top
Methods
  NameDescription
Public methodCopy
Copy the settings
Public methodRaisePropertiesChanged
Raise an PropertyChanged event for each value.
(Inherited from BindableBase.)
Public methodRaisePropertyChanged(PropertyChangedEventArgs)
Raise an PropertyChanged event for the specified value.
(Inherited from BindableBase.)
Public methodRaisePropertyChanged(String)
Raise an PropertyChanged event for the specified value.
(Inherited from BindableBase.)
Protected methodSetINotifyPropertyChangedPropertyT
Checks to see if the property is the same as the specified value. It they're different then set the value and raise an PropertyChanged event. Property changes on the new value are also listened to and, if one occurs, the propertyChangedCallback handler will be invoked.
(Inherited from BindableBase.)
Protected methodSetPropertyT(T, T, PropertyChangedEventArgs)
Checks to see if the property is the same as the specified value. It they're different then set the value and raise an PropertyChanged event.
(Inherited from BindableBase.)
Protected methodSetPropertyT(T, T, String)
Checks to see if the property is the same as the specified value. It they're different then set the value and raise an PropertyChanged event.
(Inherited from BindableBase.)
Top
See Also