Click or drag to resize

Segment Class

1D segment
Inheritance Hierarchy
SystemObject
  LynceeTec.ImagingSegment

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

The Segment type exposes the following members.

Constructors
 NameDescription
Public methodSegmentInitializes a new instance of the Segment class
Top
Methods
 NameDescription
Public methodEquals 
Top
Operators
Fields
 NameDescription
Public fieldleft Coordinate of the starting point in the X direction
Public fieldlength Length of the segment in pixels
Public fieldorientation Orientation of the segment
Public fieldtop Coordinate of the starting point in the Y direction
Top
See Also