Table of Contents

Struct LineSegment

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

Represents the two endpoints of a line segment in pixel-accurate coordinates.

public struct LineSegment
Inherited Members

Fields

End

The second endpoint of the line segment.

Start

The first endpoint of the line segment.

Methods

ToString()

Creates a string representation of this LineSegment structure.