Represents a line in the plane defined by two points.
The following tables list the members exposed by the Line type.
Name | Description | |
---|---|---|
![]() |
Overloaded. Initializes a new instance of the Line class. |
Name | Description | |
---|---|---|
![]() |
Gets or sets the first point defining the line. |
|
![]() |
Gets or sets the second point defining the line. |
|
![]() |
Gets the smallest rectangle bounding the segment which defines the line. |
Name | Description | |
---|---|---|
![]() |
Checks whether the particular point lies on the line segment. |
|
![]() |
Overloaded. Calculates the intersection point of this line with the specified line. |
|
![]() |
Overloaded. Calculates the intersection point of this line with the specified line segment. |