[]
Represents a line defined by its starting and ending points.
public struct Line : IEquatable<Line>
Public Structure Line
Implements IEquatable(Of Line)
| Name | Description |
|---|---|
| Line(PointF, PointF) | Initializes a new instance of the Line struct from the starting and ending points. |
| Name | Description |
|---|---|
| End | The line's ending point. |
| Start | The line's starting point. |
| Name | Description |
|---|---|
| Equals(Line) | |
| Equals(object) | |
| GetHashCode() |
| Name | Description |
|---|---|
| operator ==(Line, Line) | Tests whether two specified Line objects are equivalent. |
| operator !=(Line, Line) | Tests whether two specified Line objects are NOT equivalent. |