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

    Parameters

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

    Return Value

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

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

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