Distance Method (AnnotationBase)
In This Topic
Calculates distance from point(x,y) to the start point of line annotation.
Syntax
'Declaration
Protected Overridable Function Distance( _
ByVal As System.Double, _
ByVal As System.Double _
) As System.Double
protected virtual System.double Distance(
System.double ,
System.double
)
Parameters
- x
- X coordinate of the point.
- y
- Y coordinate of the point.
Return Value
The distance from point(x,y) to the start point of line annotation.
See Also