[]
        
(Showing Draft Content)

C1.Win.C1Chart.AlarmZone.IsInsideZone

IsInsideZone Method

IsInsideZone(int, int)

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.

Declaration
public bool IsInsideZone(int XCoord, int YCoord)
Parameters
Type Name Description
int XCoord
int YCoord
Returns
Type Description
bool