Collapse All
Expand All
Members: Show All
Members: Filtered
Members: Filtered
Members: Filtered
C#
Include Protected Members
Include Inherited Members
AForge.NET Framework
Drawing
.
.
::
.
Polyline Method
Drawing Class
See Also
Send Feedback
Calculate Euclidean distance between two points.
Namespace:
AForge
Assembly:
AForge
(in AForge.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
C#
public
float
DistanceTo
(
IntPoint
anotherPoint
)
Parameters
anotherPoint
Type:
AForge
.
.
::
.
IntPoint
Point to calculate distance to.
Return Value
Returns Euclidean distance between this point and
anotherPoint
points.
See Also
IntPoint Structure
AForge Namespace