Struct LineSegment
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
Start
The first endpoint of the line segment.
public Point Start
Field Value
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.