Click or drag to resize

aceTerminalScreenBaserender Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
#1 Renders the content

Namespace:  imbACE.Services.terminal.core
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public abstract void render(
	IPlatform platform,
	bool doClearScreen = true
)
Request Example View Source

Parameters

platform
Type: imbACE.Services.platform.interfacesIPlatform
The platform on which the rendering should be performed
doClearScreen (Optional)
Type: SystemBoolean
if set to true it will clear screen.

Implements

IRenderrender(IPlatform, Boolean)
IAceTerminalScreenrender(IPlatform, Boolean)
See Also