'Declaration Protected Overloads Overridable Function FindInteractiveObjects( _
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[] FindInteractiveObjects(
System.Windows.Point viewerPoint,
bool ignoreContainmentCheckDistance
)
protected: virtual IWpfInteractiveObject*[] FindInteractiveObjects(
System.Windows.Point viewerPoint,
bool ignoreContainmentCheckDistance
)
protected:
virtual IWpfInteractiveObject^[] FindInteractiveObjects(
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, null.