In This Topic
Returns true if the specified client coordinate lies within the shape of the AlarmZone. AlarmZones may overlap, with one more AlarmZones on top of others. This method returns true as long as the coordinate is within the bounds of the AlarmZone, regardless of whether the AlarmZone is covered by another at the specified coordinate.
Syntax
'Declaration
Public Function IsInsideZone( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.Boolean
public System.bool IsInsideZone(
System.int ,
System.int
)
Parameters
- XCoord
- YCoord
See Also