Click or drag to resize

Zone Class

2D rectangle zone
Inheritance Hierarchy
SystemObject
  LynceeTec.ImagingZone

Namespace:  LynceeTec.Imaging
Assembly:  LynceeTec.Imaging (in LynceeTec.Imaging.dll) Version: 0.0.0.0
Syntax
public class Zone : IEquatable<Zone>

The Zone type exposes the following members.

Constructors
  NameDescription
Public methodZone
Initializes a new instance of the Zone class
Top
Methods
  NameDescription
Public methodEquals
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Top
Fields
  NameDescription
Public fieldheight
Height of the zone
Public fieldleft
Coordinate of the top-left corner of the zone in the X direction
Public fieldtop
Coordinate of the top-left corner of the zone in the Y direction
Public fieldwidth
Width of the zone
Top
See Also