IsPointOnInteractionArea(Point) Method (WpfAnnotationVisualTool)
Determines that the specified point is located on interaction area.
'Declaration
Public Function IsPointOnInteractionArea( _
ByVal As System.Windows.Point _
) As Boolean
public bool IsPointOnInteractionArea(
System.Windows.Point
)
public: bool IsPointOnInteractionArea(
System.Windows.Point
)
public:
bool IsPointOnInteractionArea(
System.Windows.Point
)
Parameters
- location
- Point in viewer space.
Return Value
True if point is located on interaction area; otherwise, false.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5