Eyeshot 10 WinForms API Reference
IsPointInside Method (Ellipse)

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Ellipse Class : IsPointInside Method
The point to be tested
Checks if a point is inside the Ellipse.
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 ellipse.
See Also

Reference

Ellipse Class
Ellipse Members