Click or drag to resize

CommandListAppendMarkChar Method

Mark a single character at the current position, using the currently selected font.


Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void AppendMarkChar(
	char c
)

Parameters

c  Char
The character code.
Remarks
Appends a MARK_CHAR command to the list.
See Also