Class Library Documentation for Neo smartpen SDK
GenericMetadataManagerFindApplicableSymbols 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#
public List<Symbol> FindApplicableSymbols( Stroke stroke )
Parameters
- stroke
- Type: Neosmartpen.NetStroke
Target Stroke to check whether it is positioned above the Symbol
Return Value
Type: ListSymbolSymbols corresponding to the position of the Stroke
Implements
IMetadataManagerFindApplicableSymbols(Stroke)See Also