[]
Calculates distance from point(x,y) to the start point of line annotation.
protected virtual double Distance(double x, double y)
Type | Name | Description |
---|---|---|
double | x | X coordinate of the point. |
double | y | Y coordinate of the point. |
Type | Description |
---|---|
double | The distance from point(x,y) to the start point of line annotation. |