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.
- Start
The first endpoint of the line segment.
Methods
- ToString()
Creates a string representation of this LineSegment structure.