MLineStyleElement Class |
Namespace: netDxf.Objects
public class MLineStyleElement : IComparable<MLineStyleElement>, ICloneable
The MLineStyleElement type exposes the following members.
| Name | Description | |
|---|---|---|
| MLineStyleElement(Double) |
Initializes a new instance of the MLineStyleElement class.
| |
| MLineStyleElement(Double, AciColor, Linetype) |
Initializes a new instance of the MLineStyleElement class.
|
| Name | Description | |
|---|---|---|
| Color |
Gets or sets the element color.
| |
| Linetype |
Gets or sets the element line type.
| |
| Offset |
Gets or sets the element offset.
|
| Name | Description | |
|---|---|---|
| Clone |
Creates a MLineStyleElement that is a copy of the current instance.
| |
| CompareTo |
Compares the current object with another object of the same type.
| |
| Equals(Object) |
Check if two MLineStyleElement are equal.
(Overrides ObjectEquals(Object).) | |
| Equals(MLineStyleElement) |
Check if two MLineStyleElement are equal.
| |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode |
Returns the hash code for this instance.
(Overrides ObjectGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnLinetypeChangedEvent | ||
| ToString |
Converts the value of this instance to its equivalent string representation.
(Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| LinetypeChanged |