Click or drag to resize

BasicShapeIsPointOnShape Method

Get a value indicating whether the specified coordinates are on the figure.

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract bool IsPointOnShape(
	Point2d point
)

Parameters

point
Type: RootPro.RootProCAD.GeometryPoint2d
coordinate to examine

Return Value

Type: Boolean
true if the coordinates are on the shape. False if it is not on the shape.
See Also