CODController::SetPortHitTestSlop

void CODController::SetPortHitTestSlop(const int nPortHitTestSlop)

Sets the slop value for port hit testing.

Defined in: OdController.cpp

Return Value

void

Parameters

nPortHitTestSlop

Padding in device units around ports when hit testing is performed.

Comments

This sets the m_nPortHitTestSlop member, which is passed to the CODViewport::PortHitTest method.