Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Polygon2D Class / IsPointInside Method / IsPointInside(Point2D) Method
The test 2D point

In This Topic
    IsPointInside(Point2D) Method
    In This Topic
    Tests if a 2D point is inside the 2D polygon.
    Syntax
    'Declaration
     
    Public Overloads Function IsPointInside( _
       ByVal testPoint As Point2D _
    ) As Boolean
    public bool IsPointInside( 
       Point2D testPoint
    )

    Parameters

    testPoint
    The test 2D point

    Return Value

    True if the 2D point is inside, false otherwise.
    See Also