Class Library Documentation for Neo smartpen SDK
GenericMetadataManagerGetStrokesInSymbol Method |
Separates only Strokes above the Symbol area.
Namespace: Neosmartpen.Net.Metadata
Assembly: Neosmartpen.Net (in Neosmartpen.Net.dll) Version: 2.1.13.0 (2.1.13)

C#
public List<Stroke> GetStrokesInSymbol( Symbol symbol, List<Stroke> strokes )
Parameters
- symbol
- Type: Neosmartpen.Net.Metadata.ModelSymbol
A class representing a Symbol in metadata - strokes
- Type: System.Collections.GenericListStroke
Target Stroke to check whether it is positioned above the Symbol
Return Value
Type: ListStrokeStrokes corresponding to Symbol area
Implements
IMetadataManagerGetStrokesInSymbol(Symbol, ListStroke)