RenderWindowSetProgress Method |
Accepts a rendering progress value to inform the user of the rendering advances.
Namespace:
Rhino.Render
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public void SetProgress(
string text,
float progress
)
Public Sub SetProgress (
text As String,
progress As Single
)
Parameters
- text
- Type: SystemString
The progress text. - progress
- Type: SystemSingle
A progress value in the domain [0.0f; 1.0f].
See Also