Symbol.Contains Method (Stroke, Single, Single)

Neo smartpen SDK

SymbolContains Method (Stroke, Single, Single)

Function to check whether strokes and symbols overlap

Namespace:  Neosmartpen.Net.Metadata.Model
Assembly:  Neosmartpen.Net (in Neosmartpen.Net.dll) Version: 2.1.13.0 (2.1.13)
Syntax
C#
public bool Contains(
	Stroke stroke,
	float offsetX = 0f,
	float offsetY = 0f
)

Parameters

stroke
Type: Neosmartpen.NetStroke
Stroke with multiple dots
offsetX (Optional)
Type: SystemSingle
Offset x coordinate
offsetY (Optional)
Type: SystemSingle
Offset y coordinate

Return Value

Type: Boolean
True if stroke and symbol overlap, false if not
See Also