CODBspTree::GetContaining

void CODBspTree::GetContaining(CODComponentSet* pCompSet, CPoint point, int nPadding = 0)

Retrieves the set of components which contain a point.

Defined in: OdBspTree.cpp

Return Value

void

Parameters

pCompSet

A pointer to the set in which to place the components found.

point

The point to search for.

nPadding

The amount of "give" to allow with the hit testing. This is needed for line components which may be hard to select.

See Also

CODComponentSet, GetWithin, GetIntersecting