|
|
Override to allow custom drawing overlayed on main render.
Namespace: Autodesk.Navisworks.Api.Plugins
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Overridable Sub OverlayRender ( _ view As View, _ graphics As Graphics _ ) |
| C# |
|---|
public virtual void OverlayRender( View view, Graphics graphics ) |
| Visual C++ |
|---|
public: virtual void OverlayRender( View^ view, Graphics^ graphics ) |
Parameters
- view
- Type: Autodesk.Navisworks.Api..::..View
- graphics
- Type: Autodesk.Navisworks.Api..::..Graphics
Remarks
Starts in the Window Context but can be switched into other contexts.