CODModel::GetComponentsHit

int CODModel::GetComponentsHit(const CPoint& pt, CODComponentSet& setComponents, int nPadding)

Hit test region of this component and all children.

Defined in: OdModel.cpp

Return Value

Number of components found.

Parameters

pt

Point in logical coordinates

setComponents

Output set.

nPadding

Amount of padding to add to the hit test region.

Comments

This method is obsolete and should not be used anymore. A faster hit testing algorithm has been implemented in GetComponentsContaining