Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor.Internal.HTML Namespace / IHTMLPainter Interface / HitTestPoint Method

In This Topic
    HitTestPoint Method
    In This Topic
    This method is for internal use only.
    Syntax
    'Declaration
     
    Function HitTestPoint( _
       ByVal ptx As System.Integer, _
       ByVal pty As System.Integer, _
       ByVal pbHit() As System.Integer, _
       ByVal plPartID() As System.Integer _
    ) As System.Boolean
    System.bool HitTestPoint( 
       System.int ptx,
       System.int pty,
       out System.int[] pbHit,
       out System.int[] plPartID
    )

    Parameters

    ptx
    pty
    pbHit
    plPartID
    See Also