VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Annotation.UI Namespace / ImageAnnotationView Class / SetInteractionControllerProperties(IInteractionController) Method
Синтаксис Требования Смотрите также
В этом разделе
    SetInteractionControllerProperties(IInteractionController) Метод (ImageAnnotationView)
    В этом разделе
    Задает свойства контроллера взаимодействия в соответствии со свойствами аннотации.
    Синтаксис
    'Declaration
    
    Protected Overrides Sub SetInteractionControllerProperties( _
    ByVal controller
    Контроллер взаимодействия.
    As Vintasoft.Imaging.UI.VisualTools.UserInteraction.IInteractionController _
    )
    protected override void SetInteractionControllerProperties(
    Vintasoft.Imaging.UI.VisualTools.UserInteraction.IInteractionController controller
    )
    protected: void SetInteractionControllerProperties(
    Vintasoft.Imaging.UI.VisualTools.UserInteraction.IInteractionController* controller
    ); override
    protected:
    void SetInteractionControllerProperties(
    Vintasoft.Imaging.UI.VisualTools.UserInteraction.IInteractionController^ controller
    ); override

    Parameters

    controller
    Контроллер взаимодействия.
    Требования

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

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