Get the hot spot within this element that causes the mouse to change shape.

Namespace:  ArtOfTest.WebAii.Silverlight
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2.0.7.0 (2.0.7.0)

Syntax

C#
public Point DetectHotSpot(
	int searchRadius
)
Visual Basic (Declaration)
Public Function DetectHotSpot ( _
	searchRadius As Integer _
) As Point
Visual C++
public:
Point DetectHotSpot(
	int searchRadius
)

Parameters

searchRadius
Type: System..::.Int32
The search radius from the center point of this element.

Return Value

The target point.

See Also