Symbol.Contains Method (Int32, Int32, Int32, Int32, Single, Single, Single, Single)
From Neo smartpen SDK
Class Library Documentation for Neo smartpen SDK
SymbolContains Method (Int32, Int32, Int32, Int32, 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( int section, int owner, int book, int page, float x, float y, float offsetX = 0f, float offsetY = 0f )
Parameters
- section
- Type: SystemInt32
Section code value - owner
- Type: SystemInt32
Owner code value - book
- Type: SystemInt32
Book code value - page
- Type: SystemInt32
The number of the page where the symbol is located - 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