Click or drag to resize
Accord.NET (logo)

IntPointAddition Operator (IntPoint, Int32)

Addition operator - adds scalar to the specified point.

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

Parameters

point
Type: AccordIntPoint
Point to increase coordinates of.
valueToAdd
Type: SystemInt32
Value to add to coordinates of the specified point.

Return Value

Type: IntPoint
Returns new point which coordinates equal to coordinates of the specified point increased by specified value.
See Also