ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _Util Class / IsPointInPolygon2 Method

In This Topic
    IsPointInPolygon2 Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function IsPointInPolygon2( _
       ByVal p As IPoint, _
       ByVal xs As List(Of Double), _
       ByVal ys As List(Of Double) _
    ) As Boolean
    public static bool IsPointInPolygon2( 
       IPoint p,
       List<double> xs,
       List<double> ys
    )

    Parameters

    p
    xs
    ys
    See Also