MatchingContextAppend Method

Appends the specified results. Removes any duplicates by CursorPosition.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public int Append(
	List<ExtendedSearchEntry> entries,
	PointF offset,
	PointF innerOffset
)

Parameters

entries  ListExtendedSearchEntry
Results to append.
offset  PointF
Offset of the current matching value.
innerOffset  PointF
Inner offset of the current matching value.

Return Value

Int32
The number of actually appended results.

See Also