Click or drag to resize
Accord.NET (logo)

IntPointSubtraction Operator (IntPoint, IntPoint)

Subtraction operator - subtracts 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
Point to subtract from.
point2
Type: AccordIntPoint
Point to subtract.

Return Value

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