Addition operator – adds values of two points.
Namespace:
AForgeAssembly: AForge (in AForge.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
| C# |
|---|
public static DoublePoint operator +( DoublePoint point1, DoublePoint point2 ) |
Parameters
- point1
- Type: AForge..::.DoublePoint
First point for addition.
- point2
- Type: AForge..::.DoublePoint
Second point for addition.