ILNumerics - Technical Application Development
SystemObject
SystemMarshalByRefObject
System.ComponentModelComponent
System.Windows.FormsControl
ILNumerics.DrawingGDIControl
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Top
Top
Top
Top
Top
Top
Inheritance Hierarchy
SystemMarshalByRefObject
System.ComponentModelComponent
System.Windows.FormsControl
ILNumerics.DrawingGDIControl
Namespace: ILNumerics.Drawing
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax
The GDIControl type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | GDIControl | Initializes a new instance of the GDIControl class |
Properties
Name | Description | |
---|---|---|
![]() | BackColor | (Overrides ControlBackColor.) |
![]() | Camera | Obsolete. |
![]() | Clock |
Gets the clock which provides the time base for animations
[ILNumerics Visualization Engine] |
![]() | FPS | |
![]() | InputController | |
![]() | LocalScene | |
![]() | LocalSceneSyncRoot | |
![]() | Rectangle | |
![]() | Renderer | |
![]() | RendererType | |
![]() | Scene | |
![]() | SceneSyncRoot | |
![]() | Timeout |
Time after which rendering is cancelled if not completed. Default: 0 (no limit)
[ILNumerics Visualization Engine] |
![]() | ViewTransform |
Methods
Name | Description | |
---|---|---|
![]() | Configure | |
![]() | Dispose |
Clean up any resources being used.
(Overrides ControlDispose(Boolean).)[ILNumerics Visualization Engine] |
![]() | GetCurrentScene |
Return a scene which reflects the rendering result, including all local compositions and modifications
[ILNumerics Visualization Engine] |
![]() | OnBeginRenderFrame | |
![]() | OnEndRenderFrame | |
![]() | OnFPSChanged | |
![]() | OnHandleCreated | (Overrides ControlOnHandleCreated(EventArgs).) |
![]() | OnHandleDestroyed | (Overrides ControlOnHandleDestroyed(EventArgs).) |
![]() | OnMouseClick | (Overrides ControlOnMouseClick(MouseEventArgs).) |
![]() | OnMouseDoubleClick | (Overrides ControlOnMouseDoubleClick(MouseEventArgs).) |
![]() | OnMouseDown | (Overrides ControlOnMouseDown(MouseEventArgs).) |
![]() | OnMouseEnter | (Overrides ControlOnMouseEnter(EventArgs).) |
![]() | OnMouseLeave | (Overrides ControlOnMouseLeave(EventArgs).) |
![]() | OnMouseMove | (Overrides ControlOnMouseMove(MouseEventArgs).) |
![]() | OnMouseUp | (Overrides ControlOnMouseUp(MouseEventArgs).) |
![]() | OnMouseWheel | (Overrides ControlOnMouseWheel(MouseEventArgs).) |
![]() | OnPaint | (Overrides ControlOnPaint(PaintEventArgs).) |
![]() | OnRenderingFailed | |
![]() | OnSizeChanged | (Overrides ControlOnSizeChanged(EventArgs).) |
![]() | PickAt | |
![]() | Render | |
![]() | Supports |
Events
Name | Description | |
---|---|---|
![]() | BeginRenderFrame | |
![]() | EndRenderFrame | |
![]() | FPSChanged | |
![]() | RenderingFailed |
Fields
Name | Description | |
---|---|---|
![]() | m_timer |
Extension Methods
Name | Description | |
---|---|---|
![]() | Make3D | (Defined by ExtensionMethods.) |
See Also