HitTestPointDataIsHit(IEnumerablePointD3D, Double, Double) Method |
Determines whether a polyline is hit.
Namespace: Altaxo.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool IsHit(
IEnumerable<PointD3D> points,
double thickness1,
double thickness2
)
Parameters
- points IEnumerablePointD3D
- The points that make out the polyline.
- thickness1 Double
- The thickness of the pen in east direction.
- thickness2 Double
- The thickness of the pen in north direction.
Return Value
BooleanTrue if the polyline is hit; otherwise false.
See Also