VintaSoft Imaging .NET SDK 15.1: Документация для .NET разработчика
Vintasoft.Imaging.UI.VisualTools.UserInteraction Namespace / CompositeInteractionController Class / FindInteractionController Methods / FindInteractionController<TInteractionController>(IInteractionController) Method
Синтаксис Требования Смотрите также
В этом разделе
FindInteractionController<TInteractionController>(IInteractionController) Метод (CompositeInteractionController)
В этом разделе
Находит контроллер взаимодействия указанного типа в указанном контроллере взаимодействия.
Синтаксис
'Declaration

Public Overloads Shared Function FindInteractionController<TInteractionController
The type of the interaction controller to find.
>( _
ByVal controller
Контроллер.
As IInteractionController _
) As TInteractionController (Of TInteractionController
The type of the interaction controller to find.
As Class, IInteractionController})
public static TInteractionController FindInteractionController<TInteractionController>(
IInteractionController controller
) where TInteractionController: class, IInteractionController

Parameters

controller
Контроллер.

Type Parameters

TInteractionController
The type of the interaction controller to find.

Return Value

ATInteractionControllerэкземпляр, если контроллер найден; в противном случае null.
Требования

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

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