Click or drag to resize
Accord.NET (logo)

IntPointAddition Operator (IntPoint, IntPoint)

Addition operator - adds values of two points.

Namespace:  Accord
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public static IntPoint operator +(
	IntPoint point1,
	IntPoint point2
)
Request Example View Source

Parameters

point1
Type: AccordIntPoint
First point for addition.
point2
Type: AccordIntPoint
Second point for addition.

Return Value

Type: IntPoint
Returns new point which coordinates equal to sum of corresponding coordinates of specified points.
See Also