VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools.UserInteraction Namespace / InteractionPoint Class / InteractionPoint Constructors / InteractionPoint Constructor(String,Cursor)
Syntax Requirements SeeAlso
    InteractionPoint Constructor(String,Cursor)
    Initializes a new instance of the InteractionPoint class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal cursor
    The cursor of interaction point.
    As System.String, _
    ByVal interactionName
    A name of interaction.
    As System.Windows.Forms.Cursor _
    )
     

    Parameters

    cursor
    The cursor of interaction point.
    interactionName
    A name of interaction.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also