This documentation is for the old version. Go to the latest Graphics Mill docs

PointF.Distance Method

Returns a distance from this point to the specified one.

Namespace: Aurigma.GraphicsMill.AjaxControls.VectorObjects.Math
Assembly: Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.VectorObjects.dll)

Syntax

Visual Basic
Public Function Distance ( _
	point As PointF _
) As Double
C#
public double Distance(
	PointF point
)

Parameters

point

Type: Aurigma.GraphicsMill.AjaxControls.VectorObjects.Math.PointF

The destination point.

Return Value

The Double value which represents a distance between this point and point.

See Also

Reference