'Declaration Protected Overloads Overridable Function FindInteractiveObject( _
ByVal viewerPointPoint in viewer space.As System.Windows.Point, _
ByVal ignoreContainmentCheckDistanceA value indicating whether the point must be checked on the object only (ignore the "containment" region around object that is used for object selection).As Boolean _
) As IWpfInteractiveObject
protected virtual IWpfInteractiveObject FindInteractiveObject(
System.Windows.Point viewerPoint,
bool ignoreContainmentCheckDistance
)
protected: virtual IWpfInteractiveObject* FindInteractiveObject(
System.Windows.Point viewerPoint,
bool ignoreContainmentCheckDistance
)
protected:
virtual IWpfInteractiveObject^ FindInteractiveObject(
System.Windows.Point viewerPoint,
bool ignoreContainmentCheckDistance
)
Parameters
- viewerPoint
- Point in viewer space.
- ignoreContainmentCheckDistance
- A value indicating whether the point must be checked on the object only (ignore the "containment" region around object that is used for object selection).
Return Value
An interactive object if object is found; otherwise, false.