VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools.UserInteraction Namespace / UserInteractionVisualTool Class / CheckIsPointOnUnfocusedImage(Point) Method
Syntax Requirements SeeAlso
In This Topic
    CheckIsPointOnUnfocusedImage(Point) Method (UserInteractionVisualTool)
    In This Topic
    Returns a value indicating whether the point is located on unfocused image.
    Syntax
    'Declaration
    
    Protected Function CheckIsPointOnUnfocusedImage( _
    ByVal location
    The location in viewer space.
    As System.Drawing.Point _
    ) As Boolean
    protected bool CheckIsPointOnUnfocusedImage(
    System.Drawing.Point location
    )
    protected: bool CheckIsPointOnUnfocusedImage(
    System.Drawing.Point* location
    )
    protected:
    bool CheckIsPointOnUnfocusedImage(
    System.Drawing.Point^ location
    )

    Parameters

    location
    The location in viewer space.

    Return Value

    True - the point is located on unfocused image; false - the point is located on focused image.
    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