VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction Namespace / WpfInteractiveObjectBoundingBoxSelection Class / IsViewerPointOnArea(WpfImageViewer,Point) Method
Syntax Requirements SeeAlso
In This Topic
IsViewerPointOnArea(WpfImageViewer,Point) Method (WpfInteractiveObjectBoundingBoxSelection)
In This Topic
Determines whether a point, in viewer space, is contained within the interaction area.
Syntax
'Declaration

Public Overrides 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 override 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: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also