The following tables list the members exposed by LineDef.
Public Properties
Public Methods
| Name | Description |
| Equals | Determines whether the specified LineDef object is equal to the current object. This method compares the property values on the objects. |
| GetHashCode | Serves as a hash function for the LineDef type. |
| IsSameStyle | Tests whether the current and another LineDef objects define same line styles - i.e. whether the values of Color, BackColor, DashStyle and DashPattern properties are the same. Note that this method does NOT compare the lines' widths. |
| Parse | Overloaded. Creates a LineDef object, and initialises it with values acquired by parsing a string representation of a LineDef. |
| ToString | Returns a string that represents the current object. |
Top
See Also