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