The AlarmZone type exposes the following members.

Constructors

  Name Description
Public method AlarmZone

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetHiddenProperties
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method IsInsideZone
Returns true if the specified client coordinate lies within the shape of the AlarmZone.

Remarks

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.
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method NotifyChanges
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  Name Description
Public property BackColor
Gets or sets the background color of the AlarmZone.
Public property FarExtent
Gets or sets the far extent of the AlarmZone in X-axis data coordinates.
Public property ForeColor
Gets or sets the foreground color of the AlarmZone.
Public property GroupIndex
Gets or sets the index of the data group of the AlarmZone.
Public property LowerExtent
Gets or sets the lower extent of the AlarmZone in Y-axis data coordinates.
Public property MinHeight
Gets or sets the AlarmZone minimum pixel height.
Public property MinWidth
Gets or sets the AlarmZone minimum pixel width.
Public property Name
Gets or sets the name of the AlarmZone.
Public property NearExtent
Gets or sets the near extent of the AlarmZone in X-axis data coordinates.
Public property PatternStyle
Gets or sets the pattern style to be used if PatternVisible is true.
Public property PatternVisible
Gets or sets whether the specified PatternStyle should be used to brush the background of the AlarmZone.
Public property PolygonData
Gets the PolygonData object for the AlarmZone.
Public property Shape
Gets or sets the shape of the AlarmZone.
Public property UpperExtent
Gets or sets the upper extent of the AlarmZone in Y-axis data coordinates.
Public property Visible
Gets or sets the visibility of the AlarmZone.

See Also