ILNumerics - Technical Application Development
Top
The Panel type exposes the following members.
Properties
Name | Description | |
---|---|---|
BackColor |
Get the back color of the control or sets it
(Overrides ControlBackColor.)[ILNumerics Visualization Engine] | |
Camera |
Get a reference to the default camera of the scene
[ILNumerics Visualization Engine] | |
Clock |
The clock providing the frequency / current time for the scene
[ILNumerics Visualization Engine] | |
Driver | Obsolete.
Gets the type of renderer used to render the scene or sets it. Default: OpenGL, fallback: GDI.
[ILNumerics Visualization Engine] | |
Editor |
[Reserved for future use]
[ILNumerics Visualization Engine] | |
FPS |
Gets the current frame rate (frames per second) when the clock is running
[ILNumerics Visualization Engine] | |
IsDesignMode |
Replacement for Control.DesignMode which also works in the constructor of this control
[ILNumerics Visualization Engine] | |
LocalScene |
Gets the scene which is only maintained by this panel and not shared between multiple drivers.
[ILNumerics Visualization Engine] | |
LocalSceneSyncRoot |
Get the rendering scene which is constantly synchronized/derived with/from the LocalScene
[ILNumerics Visualization Engine] | |
Rectangle |
Gets the rectangular area which this panel occupies inside its container control or sets that rectangle
[ILNumerics Visualization Engine] | |
RendererType |
Gets the type of renderer used to render the scene or sets it. Default: OpenGL, fallback: GDI.
[ILNumerics Visualization Engine] | |
Scene |
Gets a reference to the initial, global scene or sets it.
[ILNumerics Visualization Engine] | |
SceneSyncRoot |
Gets the rendering scene which is constantly synchronized/derived with/from the (global) Scene
[ILNumerics Visualization Engine] | |
ShowUIControls |
[Reserved for future use] Determines if extended interactive UI controls are shown at runtime
[ILNumerics Visualization Engine] | |
Timeout |
Time after which rendering is cancelled if not completed. Default: 0 (no limit)
[ILNumerics Visualization Engine] | |
ViewTransform |
Get the rectangular area as fraction of the area defined by Rectangle, which is used to render the scene to. ViewTransform Matrix4.
[ILNumerics Visualization Engine] |
See Also