Click or drag to resize

IAceTerminalScreenrender 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#
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.
See Also