WinUI | ComponentOne
C1.WinUI.Chart Assembly / C1.WinUI.Chart Namespace / C1Sunburst Class / HitTest Method
Point in control coordinates.
In This Topic
    HitTest Method (C1Sunburst)
    In This Topic
    Gets a HitTestInfo object with information about the specified point.
    Syntax
    public virtual HitTestInfo HitTest( 
       Point pt
    )

    Parameters

    pt
    Point in control coordinates.

    Return Value

    A HitTestInfo object with information about the point.
    See Also