| Visual Basic (Declaration) | |
|---|---|
Overloads Public Function LocationObjectAt( _ ByVal nxCoor As Integer, _ ByVal nyCoor As Integer _ ) As dbiLocationItem | |
| C# | |
|---|---|
public dbiLocationItem LocationObjectAt( int nxCoor, int nyCoor ) | |
Parameters
- nxCoor
The x-coordinate to use.
- nyCoor
the y-coordinate to use.