Click or drag to resize
Accord.NET (logo)

PointHSubtract Method

Subtracts the values of two points.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public PointH Subtract(
	PointH value
)
Request Example View Source

Parameters

value
Type: Accord.ImagingPointH

Return Value

Type: PointH
See Also