Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Polygon2D Class / IsPointInside Method / IsPointInside(Point2D,Double) Method
The test 2D point
The maximum size of the problem

In This Topic
    IsPointInside(Point2D,Double) Method
    In This Topic
    Tests if a 2D point is inside or onto the 2D polygon.
    Syntax
    'Declaration
     
    Public Overloads Function IsPointInside( _
       ByVal testPoint As Point2D, _
       ByVal domainSize As Double _
    ) As pointStatusType
    public pointStatusType IsPointInside( 
       Point2D testPoint,
       double domainSize
    )

    Parameters

    testPoint
    The test 2D point
    domainSize
    The maximum size of the problem

    Return Value

    The point status.
    See Also