CADability dotNET
Returns an IQuadTreeInsertable interface. The HitTest Method of this interface returns true if the rectangle coincides with the infinite extension of this curve (unbounded curve). Most curves are not extendable and therefore simply return "this".

Namespace: CADability.Curve2D
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
IQuadTreeInsertable GetExtendedHitTest()
Visual Basic
Function GetExtendedHitTest As IQuadTreeInsertable
Visual C++
IQuadTreeInsertable^ GetExtendedHitTest()

Return Value

See Also