Class Library Documentation for Neo smartpen SDK
SymbolContains Method (Single, Single, Single, Single) |
Function to check whether point and symbols overlap
Namespace: Neosmartpen.Net.Metadata.Model
Assembly: Neosmartpen.Net (in Neosmartpen.Net.dll) Version: 2.1.13.0 (2.1.13)

C#
public bool Contains( float x, float y, float offsetX = 0f, float offsetY = 0f )
Parameters
- x
- Type: SystemSingle
x coordinate - y
- Type: SystemSingle
y coordinate - offsetX (Optional)
- Type: SystemSingle
Offset x coordinate - offsetY (Optional)
- Type: SystemSingle
Offset y coordinate
Return Value
Type: BooleanTrue if stroke and symbol overlap, false if not
