The LineDef type exposes the following members.

Methods

  Name Description
Public method Equals
Determines whether the specified LineDef object is equal to the current object. This method compares the property values on the objects.
(Overrides Object..::..Equals(Object).)
Public method GetHashCode
Serves as a hash function for the LineDef type.
(Overrides Object..::..GetHashCode()()()().)
Public method 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.
Public method Static member Parse(String, Boolean)
Creates a LineDef object, and initialises it with values acquired by parsing a string representation of a LineDef.
Public method Static member Parse(String, Boolean, ITypeDescriptorContext)
For internal use only.
Public method ToString
Returns a string that represents the current object.
(Overrides Object..::..ToString()()()().)

See Also