ILNumerics Ultimate VS

Panel Properties

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development

The Panel type exposes the following members.

Properties

  NameDescription
Public propertyBackColor
Get the back color of the control or sets it

[ILNumerics Visualization Engine]

(Overrides ControlBackColor.)
Public propertyCamera
Get a reference to the default camera of the scene

[ILNumerics Visualization Engine]

Public propertyClock
The clock providing the frequency / current time for the scene

[ILNumerics Visualization Engine]

Public propertyDriver Obsolete.
Gets the type of renderer used to render the scene or sets it. Default: OpenGL, fallback: GDI.

[ILNumerics Visualization Engine]

Public propertyEditor
[Reserved for future use]

[ILNumerics Visualization Engine]

Public propertyFPS
Gets the current frame rate (frames per second) when the clock is running

[ILNumerics Visualization Engine]

Public propertyIsDesignMode
Replacement for Control.DesignMode which also works in the constructor of this control

[ILNumerics Visualization Engine]

Public propertyLocalScene
Gets the scene which is only maintained by this panel and not shared between multiple drivers.

[ILNumerics Visualization Engine]

Public propertyLocalSceneSyncRoot
Get the rendering scene which is constantly synchronized/derived with/from the LocalScene

[ILNumerics Visualization Engine]

Public propertyRectangle
Gets the rectangular area which this panel occupies inside its container control or sets that rectangle

[ILNumerics Visualization Engine]

Public propertyRendererType
Gets the type of renderer used to render the scene or sets it. Default: OpenGL, fallback: GDI.

[ILNumerics Visualization Engine]

Public propertyScene
Gets a reference to the initial, global scene or sets it.

[ILNumerics Visualization Engine]

Public propertySceneSyncRoot
Gets the rendering scene which is constantly synchronized/derived with/from the (global) Scene

[ILNumerics Visualization Engine]

Public propertyShowUIControls
[Reserved for future use] Determines if extended interactive UI controls are shown at runtime

[ILNumerics Visualization Engine]

Public propertyTimeout
Time after which rendering is cancelled if not completed. Default: 0 (no limit)

[ILNumerics Visualization Engine]

Public propertyViewTransform
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]

Top
See Also

Reference