Class RenderingWindow
Window for 3D rendering.
public class RenderingWindow : Window, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IGetDispEngine
- Inheritance
-
RenderingWindow
- Implements
- Inherited Members
- Extension Methods
Constructors
RenderingWindow()
Ctor.
public RenderingWindow()
Properties
Displayee
Gets or sets the current displayable 3D object. When setting a new displayee, the view will be reset to home position if no previous displayee was set.
public IDisplayee Displayee { get; set; }
Property Value
RenderingCanvas
Gets the rendering canvas control used for displaying 3D content.
public RenderingCanvas RenderingCanvas { get; }
Property Value
Methods
GetDispEngine()
Get DispEngine.
public DispEngine GetDispEngine()