• HOME
  • PRODUCTS
  • DEMOS
  • BUY
  • BLOG
  • FORUM
  • DOCUMENTATION
  • ABOUT
  • FREE EVALUATION
Search Results for

    Show / Hide Table of Contents

    GetHitTestAtTextPoint Method

    GetHitTestAtTextPoint(Point, IHitTestInfo)

    Fills hitTestInfo parameter by information about a part of control at specified text coordinate.

    Declaration
    public virtual void GetHitTestAtTextPoint(Point position, IHitTestInfo hitTestInfo)
    Parameters
    Type Name Description
    Point position

    Specifies coordinate to check.

    IHitTestInfo hitTestInfo

    Retrieves information about part of control.

    GetHitTestAtTextPoint(Int32, Int32, IHitTestInfo)

    Retrieves information about part of control at specified text coordinate.

    Declaration
    public virtual void GetHitTestAtTextPoint(int x, int y, IHitTestInfo hitTestInfo)
    Parameters
    Type Name Description
    Int32 x

    Specifies horizontal coordinate of text position to check.

    Int32 y

    Specifies vertical coordinate of text position to check.

    IHitTestInfo hitTestInfo

    Retrieves information about part of control.

    In This Article
    Back to top Copyright AlterNET Software Download PDF