Click or drag to resize
Accord.NET (logo)

PointAdd Method (Point, Single)

Addition operator - adds scalar to the specified point.

Namespace:  Accord
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public static Point Add(
	Point point,
	float valueToAdd
)
Request Example View Source

Parameters

point
Type: AccordPoint
Point to increase coordinates of.
valueToAdd
Type: SystemSingle
Value to add to coordinates of the specified point.

Return Value

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