VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction Namespace / WpfCompositeInteractionController Class / FindInteractionController Methods / FindInteractionController(WpfInteractionArea) Method
Синтаксис Exceptions Требования Смотрите также
В этом разделе
    FindInteractionController(WpfInteractionArea) Метод (WpfCompositeInteractionController)
    В этом разделе
    Находит контроллер взаимодействия, который может взаимодействовать с указанной областью взаимодействия.
    Синтаксис
    'Declaration
    
    Public Overloads Function FindInteractionController( _
    ByVal interactionArea
    Область взаимодействия.
    As WpfInteractionArea _
    ) As IWpfInteractionController
    public IWpfInteractionController FindInteractionController(
    WpfInteractionArea interactionArea
    )
    public: IWpfInteractionController* FindInteractionController(
    WpfInteractionArea* interactionArea
    )

    Parameters

    interactionArea
    Область взаимодействия.

    Return Value

    IWpfInteractionController, который может взаимодействовать с указанной областью взаимодействия; в противном случае null.
    Исключения
    ИсключениеОписание
    Выбрасывается, если interactionArea равен null.
    Требования

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

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