Click or drag to resize

textContentLinesinsert Method (IEnumerableString, Int32, Int32)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbACE.Services.textBlocks.core
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public List<string> insert(
	IEnumerable<string> content,
	int innerWidth,
	int toInnerLine = -1
)
Request Example View Source

Parameters

content
Type: System.Collections.GenericIEnumerableString
innerWidth
Type: SystemInt32
toInnerLine (Optional)
Type: SystemInt32

Return Value

Type: ListString
See Also