'Declaration Protected Function FindInteractionArea( _
ByVal locationТочка в пространстве просмотрщика.As System.Windows.Point, _
ByVal mouseButtonКнопка мыши.As Vintasoft.Imaging.UI.VintasoftMouseButtons _
) As WpfInteractionArea
protected WpfInteractionArea FindInteractionArea(
System.Windows.Point location,
Vintasoft.Imaging.UI.VintasoftMouseButtons mouseButton
)
protected: WpfInteractionArea* FindInteractionArea(
System.Windows.Point location,
Vintasoft.Imaging.UI.VintasoftMouseButtons mouseButton
)
protected:
WpfInteractionArea^ FindInteractionArea(
System.Windows.Point location,
Vintasoft.Imaging.UI.VintasoftMouseButtons mouseButton
)
Parameters
- location
- Точка в пространстве просмотрщика.
- mouseButton
- Кнопка мыши.
Return Value
Область взаимодействия, если область найдена; в противном случае null.