VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction Namespace / WpfUserInteractionVisualTool Class / CheckIsPointOnUnfocusedImage(Point) Method
Syntax Requirements SeeAlso
In This Topic
CheckIsPointOnUnfocusedImage(Point) Method (WpfUserInteractionVisualTool)
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.Windows.Point _
) As Boolean
protected bool CheckIsPointOnUnfocusedImage(
System.Windows.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 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