![]() | |
Rendering |
The RenderingStepBase type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | GetFirstRenderingStep | Returns the first rendering step that is found with starting with startRenderingStep and then advancing to previous rendering steps. Returns null if start rendering step is null. |
![]() ![]() | GetLastRenderingStep | Returns the last rendering step that is found with starting with startRenderingStep and then advancing to following rendering steps. Returns null if start rendering step is null. |
![]() ![]() | IsRenderingStepConnected | Returns true if the renderingStepToFind is find with searching the renderings steps connected to startRenderingStep. |
![]() | Run | Runs the rendering step. |
![]() | SaveExecutionTimeStatistics | SaveExecutionTimeStatistics is called when we are collecting statistics. The implementation of the method should save or add the elapsedMilliseconds to the corresponding property in the RenderingStatistics class. |
![]() | ToString |
Returns a string that represents the current object.
(Overrides ObjectToString) |