Table of Contents

Method Distance

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Core.dll

Distance(SvgPointF)

This computes the distance between this SvgPointF and the specified SvgPointF.

public double Distance(SvgPointF point)

Parameters

point SvgPointF

A SvgPointF object specifying the other point from which to determine the distance.

Returns

double

The distance between this point and the specified point.