Determine which side of the line the 2D point is at
Namespace:
Emgu.CV.StructureAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
| C# |
|---|
public int Side( Point point ) |
| Visual Basic (Declaration) |
|---|
Public Function Side ( _ point As Point _ ) As Integer |
| Visual C++ |
|---|
public: int Side( Point point ) |
Parameters
- point
- Type: System.Drawing..::.Point
the point