IMetadataManager.FindApplicableSymbols Method

Neo smartpen SDK

IMetadataManagerFindApplicableSymbols Method

Functions for finding symbols over strokes

Namespace:  Neosmartpen.Net.Metadata
Assembly:  Neosmartpen.Net (in Neosmartpen.Net.dll) Version: 2.1.13.0 (2.1.13)
Syntax
C#
List<Symbol> FindApplicableSymbols(
	Stroke stroke
)

Parameters

stroke
Type: Neosmartpen.NetStroke
Stroke class with multiple dots

Return Value

Type: ListSymbol
A collection of applicable Symbol
See Also