AsyncRenderContextStopRendering Method |
Override StopRendering if you need to do additional tasks besides
having Cancel set to true.
Note: you should always base.StopRendering() in your overriding
implementation.
Namespace:
Rhino.Render
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic virtual void StopRendering()
Public Overridable Sub StopRendering
Version InformationRhino for Windows
Supported in: 6.8
See Also