ComponentOne FlexChart for WinForms
HitTest Method (FlexPie)


C1.Win.Chart Namespace > FlexPie Class : HitTest Method
Point in control coordinates.
Gets a HitTestInfo object with information about the specified point.
Syntax
'Declaration
 
Public Overrides Function HitTest( _
   ByVal pt As Point _
) As HitTestInfo
'Usage
 
Dim instance As FlexPie
Dim pt As Point
Dim value As HitTestInfo
 
value = instance.HitTest(pt)
public override HitTestInfo HitTest( 
   Point pt
)

Parameters

pt
Point in control coordinates.

Return Value

A HitTestInfo object with information about the point.
See Also

Reference

FlexPie Class
FlexPie Members