VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction Namespace / WpfInteractionArea Class / IsViewerPointOnArea(WpfImageViewer,Point) Method
Syntax Requirements SeeAlso
In This Topic
    IsViewerPointOnArea(WpfImageViewer,Point) Method (WpfInteractionArea)
    In This Topic
    Determines whether a point, in viewer space, is contained within the interaction area.
    Syntax
    'Declaration
    
    Public Overridable Function IsViewerPointOnArea( _
    ByVal viewer
    The image viewer.
    As Vintasoft.Imaging.Wpf.UI.WpfImageViewer, _
    ByVal p
    The point, in viewer space.
    As System.Windows.Point _
    ) As Boolean
    public virtual bool IsViewerPointOnArea(
    Vintasoft.Imaging.Wpf.UI.WpfImageViewer viewer,
    System.Windows.Point p
    )
    public: virtual bool IsViewerPointOnArea(
    Vintasoft.Imaging.Wpf.UI.WpfImageViewer* viewer,
    System.Windows.Point p
    )
    public:
    virtual bool IsViewerPointOnArea(
    Vintasoft.Imaging.Wpf.UI.WpfImageViewer^ viewer,
    System.Windows.Point p
    )

    Parameters

    viewer
    The image viewer.
    p
    The point, in viewer space.

    Return Value

    True if point is contained within the interaction area; otherwise, false.
    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