Click or drag to resize

MouseToolHitTestCore Method

Called by the AtalaImageViewer to determine if a point is over the MouseTool.

Namespace:  Atalasoft.Imaging.Wpf
Assembly:  Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected virtual bool HitTestCore(
	Point point
)

Parameters

point
Type: System.WindowsPoint
The point in image coordinates.

Return Value

Type: Boolean
True if the point is over the MouseTool.
See Also