In This Topic
The following tables list the members exposed by Line.
Public Constructors
| Name | Description |
 | Line Constructor | Initializes a new instance of the Line struct from the starting and ending points. |
Top
Public Fields
| Name | Description |
 | End | The line's ending point. |
 | Start | The line's starting point. |
Top
Public Methods
| Name | Description |
 | Equals | Overloaded. Indicates whether this instance and a specified object are equal. |
 | GetHashCode | Returns the hash code for this instance. |
Top
Public Operators
Equality | Tests whether two specified Line objects are equivalent. |
Inequality | Tests whether two specified Line objects are NOT equivalent. |
Top
See Also