VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Wpf.UI.VisualTools Namespace / WpfAnnotationVisualTool Class / IsPointOnInteractionArea(Point) Method
Syntax Requirements SeeAlso
In This Topic
    IsPointOnInteractionArea(Point) Method (WpfAnnotationVisualTool)
    In This Topic
    Determines that the specified point is located on interaction area.
    Syntax
    'Declaration
    
    Public Function IsPointOnInteractionArea( _
    ByVal location
    Point in viewer space.
    As System.Windows.Point _
    ) As Boolean
    public bool IsPointOnInteractionArea(
    System.Windows.Point location
    )
    public: bool IsPointOnInteractionArea(
    System.Windows.Point location
    )
    public:
    bool IsPointOnInteractionArea(
    System.Windows.Point location
    )

    Parameters

    location
    Point in viewer space.

    Return Value

    True if point is located on interaction area; otherwise, false.
    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