Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Circle Class / IsPointInside Method
The point to be tested

In This Topic
    IsPointInside Method (Circle)
    In This Topic
    Checks if a point is inside the Circle.
    Syntax
    'Declaration
     
    Public Function IsPointInside( _
       ByVal testPoint As Point3D _
    ) As Boolean
    public bool IsPointInside( 
       Point3D testPoint
    )

    Parameters

    testPoint
    The point to be tested

    Return Value

    True if the point is inside, false if it is outside or on the circle.
    See Also