Triangle2dIsPointInside Method |
Gets a value indicating if the the Point2d is strictly inside the current triangle.
Namespace:
Gile.AutoCAD.R20.Geometry
Assembly:
GeometryExtensionsR20 (in GeometryExtensionsR20.dll) Version: 2.2.0.0 (2.2.0.0)
Syntaxpublic bool IsPointInside(
Point2d pt
)
Public Function IsPointInside (
pt As Point2d
) As Boolean
public:
bool IsPointInside(
Point2d pt
)
member IsPointInside :
pt : Point2d -> bool
Parameters
- pt
- Type: Point2d
Point to be evaluated.
Return Value
Type:
Booleantrue, if the point is inside; false, otherwise.
See Also