FlexChart | ComponentOne
C1.WPF.FlexChart.4.6.2 Assembly / C1.WPF.Chart.Annotation Namespace / Polygon Class / Distance Method

In This Topic
    Distance Method (Polygon)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Function Distance( _
       ByVal x As Double, _
       ByVal y As Double _
    ) As Double
    protected virtual double Distance( 
       double x,
       double y
    )

    Parameters

    x
    y
    See Also