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.

public Point End

Field Value

Point

Start

The first endpoint of the line segment.

public Point Start

Field Value

Point

Methods

ToString()

Creates a string representation of this LineSegment structure.

public override string ToString()

Returns

string

A string containing all the parameter values of this LineSegment structure.