Click or drag to resize

consolePlatformrender Method (IEnumerableString, Int32, Int32)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Renders the specified content.

Namespace:  imbACE.Services.platform
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public void render(
	IEnumerable<string> content,
	int x = 0,
	int y = -1
)
Request Example View Source

Parameters

content
Type: System.Collections.GenericIEnumerableString
The content.
x (Optional)
Type: SystemInt32
The x.
y (Optional)
Type: SystemInt32
The y.

Implements

IPlatformBaserender(IEnumerableString, Int32, Int32)
See Also