|
IRendererRender Method
|
Render a state within some given info.
Namespace:
Karamba.Results.ShellSection
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxvoid Render(
ShellSectionState state,
ShellSec_RendererInfo renderArg
)
Sub Render (
state As ShellSectionState,
renderArg As ShellSec_RendererInfo
)
void Render(
ShellSectionState^ state,
ShellSec_RendererInfo^ renderArg
)
abstract Render :
state : ShellSectionState *
renderArg : ShellSec_RendererInfo -> unit
Parameters
- state
- Type: Karamba.Results.ShellSectionShellSectionState
State to render. - renderArg
- Type: Karamba.Results.ShellSectionShellSec_RendererInfo
Info used to render the state.
See Also