Click or drag to resize

aceLogAppendFrame Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbACE.Core.core
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public Object AppendFrame(
	string content,
	int width,
	int height,
	string title = "",
	string footnote = "",
	IEnumerable<string> paragraphs = null
)
Request Example View Source

Parameters

content
Type: SystemString
width
Type: SystemInt32
height
Type: SystemInt32
title (Optional)
Type: SystemString
footnote (Optional)
Type: SystemString
paragraphs (Optional)
Type: System.Collections.GenericIEnumerableString

Return Value

Type: Object

Implements

ITextAppendContent.AppendFrame(String, Int32, Int32, String, String, IEnumerableString)
See Also