Symbol.Contains Method (Single, Single, Single, Single)

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)
Syntax
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: Boolean
True if stroke and symbol overlap, false if not
See Also