'Declaration Protected Overloads Overrides Function FindInteractiveObject( _
ByVal viewerPointPoint in viewer space.As System.Windows.Point, _
ByVal ignoreContainmentCheckDistanceA value indicating whether 'ContainmentCheckDistance' property must be ignored.As Boolean _
) As Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction.IWpfInteractiveObject
protected override Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction.IWpfInteractiveObject FindInteractiveObject(
System.Windows.Point viewerPoint,
bool ignoreContainmentCheckDistance
)
protected: Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction.IWpfInteractiveObject* FindInteractiveObject(
System.Windows.Point viewerPoint,
bool ignoreContainmentCheckDistance
); override
protected:
Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction.IWpfInteractiveObject^ FindInteractiveObject(
System.Windows.Point viewerPoint,
bool ignoreContainmentCheckDistance
); override
Parameters
- viewerPoint
- Point in viewer space.
- ignoreContainmentCheckDistance
- A value indicating whether 'ContainmentCheckDistance' property must be ignored.
Return Value
An interactive object if object is found; otherwise, null.