VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction Namespace / WpfUserInteractionVisualTool Class / FindInteractionArea(Point,VintasoftMouseButtons) Method
Синтаксис Требования Смотрите также
В этом разделе
    FindInteractionArea(Point,VintasoftMouseButtons) Метод (WpfUserInteractionVisualTool)
    В этом разделе
    Находит область взаимодействия в указанном месте в пространстве зрителя.
    Синтаксис
    '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.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также