Retrieves a reference to the foremost AlarmZone that lies under the specified client coordinates.
'Declaration
Public Function AlarmZoneAtCoord( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As AlarmZone
public AlarmZone AlarmZoneAtCoord(
System.int ,
System.int
)
Parameters
- XCoord
- The X client coordinate to test.
- YCoord
- The Y client coordinate to test.
Return Value
A reference to the AlarmZone that is foremost at the specified client coordinate.