VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools.UserInteraction Namespace / UserInteractionVisualTool Class / FindInteractionArea(Int32,Int32,MouseButtons) Method
Syntax Requirements SeeAlso
In This Topic
    FindInteractionArea(Int32,Int32,MouseButtons) Method (UserInteractionVisualTool)
    In This Topic
    Finds the interaction area at the specified location, in viewer space.
    Syntax
    'Declaration
    
    Protected Function FindInteractionArea( _
    ByVal x
    The x coordinate, in viewer space.
    As System.Int32, _
    ByVal y
    The y coordinate, in viewer space.
    As System.Int32, _
    ByVal mouseButton
    The mouse button.
    As System.Windows.Forms.MouseButtons _
    ) As InteractionArea
    protected InteractionArea FindInteractionArea(
    System.Int32 x,
    System.Int32 y,
    System.Windows.Forms.MouseButtons mouseButton
    )
    protected: InteractionArea* FindInteractionArea(
    System.Int32 x,
    System.Int32 y,
    System.Windows.Forms.MouseButtons* mouseButton
    )
    protected:
    InteractionArea^ FindInteractionArea(
    System.Int32 x,
    System.Int32 y,
    System.Windows.Forms.MouseButtons^ mouseButton
    )

    Parameters

    x
    The x coordinate, in viewer space.
    y
    The y coordinate, in viewer space.
    mouseButton
    The mouse button.

    Return Value

    The interaction area if area is found; otherwise, null.
    Requirements

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

    See Also