Name | Description | |
---|---|---|
LineDef Constructor | Overloaded. |
The following tables list the members exposed by LineDef.
Name | Description | |
---|---|---|
LineDef Constructor | Overloaded. |
Name | Description | |
---|---|---|
BackColor | Gets the the background color of spaces between the dashes of a dashed line. Not used if LineDef.DashStyle is System.Drawing.Drawing2D.DashStyle.Solid. | |
Color | Gets the line color. | |
DashPattern | Gets an array of custom dashes and spaces. | |
DashStyle | Gets the System.Drawing.Drawing2D.DashStyle of the current LineDef. | |
Default | Represents the default regular line (solid black, 1pt wide). | |
DefaultBold | Represents the default bold line (solid black, 2pt wide). | |
Empty | Represents an empty line (with emtpy color and zero width). | |
Width | Gets the line width (thickness). |
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 LineDef.Color, LineDef.BackColor, LineDef.DashStyle and LineDef.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. |