MatchingContextAppend Method
Appends the specified results. Removes any duplicates by
CursorPosition.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
public int Append(
List<ExtendedSearchEntry> entries,
PointF offset,
PointF innerOffset
)
Public Function Append (
entries As List(Of ExtendedSearchEntry),
offset As PointF,
innerOffset As PointF
) As Integer
public:
int Append(
List<ExtendedSearchEntry>^ entries,
PointF offset,
PointF innerOffset
)
member Append :
entries : List<ExtendedSearchEntry> *
offset : PointF *
innerOffset : PointF -> int
- entries ListExtendedSearchEntry
- Results to append.
- offset PointF
Offset of the current matching value.
- innerOffset PointF
Inner offset of the current matching value.
Int32The number of actually appended results.