Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / RichTextLayout Class / HitTest Method


In This Topic
    HitTest Method (RichTextLayout)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function HitTest( _
       ByVal windowsGraphics As WindowsGraphics, _
       ByVal x As Integer, _
       ByVal y As Integer _
    ) As RichTextLayout.HitTestInfo
    'Usage
     
    
    Dim instance As RichTextLayout
    Dim windowsGraphics As WindowsGraphics
    Dim x As Integer
    Dim y As Integer
    Dim value As RichTextLayout.HitTestInfo
     
    value = instance.HitTest(windowsGraphics, x, y)
    public RichTextLayout.HitTestInfo HitTest( 
       WindowsGraphics windowsGraphics,
       int x,
       int y
    )

    Parameters

    windowsGraphics
    x
    y
    See Also