Classe PointHitTestParameters
.NET Framework 3.0
Specifies a Point as the parameter to be used for hit testing of a visual object.
Spazio dei nomi: System.Windows.Media
Assembly: PresentationCore (in presentationcore.dll)
Spazio dei nomi XML: http://schemas.microsoft.com/winfx/2006/xaml/presentation
Assembly: PresentationCore (in presentationcore.dll)
Spazio dei nomi XML: http://schemas.microsoft.com/winfx/2006/xaml/presentation
The PointHitTestParameters class allows you to use a coordinate value for hit testing.
You can also hit test with a Geometry by creating a GeometryHitTestParameters object.