ComponentOne TileControl for WinForms
C1.Win.C1TileControl.4.5.2 Assembly / C1.Win.C1Tile Namespace / C1TileControl Class / GetTileAt Method

In This Topic
    GetTileAt Method (C1TileControl)
    In This Topic
    Gets a Tile at the point specified in C1TileControl's client coordinates.
    Syntax
    'Declaration
     
    
    Public Function GetTileAt( _
       ByVal pt As Point _
    ) As Tile
    public Tile GetTileAt( 
       Point pt
    )

    Parameters

    pt
    See Also