PointHitTestParameters Constructor (Point)

 

Initializes a new instance of the PointHitTestParameters class, using a Point.

Namespace:   System.Windows.Media
Assembly:  PresentationCore (in PresentationCore.dll)

public:
PointHitTestParameters(
	Point point
)

Parameters

point
Type: System.Windows::Point

The parameter that is specified as the Point value.

The following example shows how to invoke HitTest by using a PointHitTestParameters value.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: