Click or drag to resize

IPlatformBaserender Method (IEnumerableString, Int32, Int32)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Parameters

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