This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 416
dd11709c f543 761f 9e14 ebab1a28d157
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Represent each of the elements that make up a MLineStyle.
Namespace: netDxf.Objects
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public class MLineStyleElement : IComparable<MLineStyleElement>,
ICloneable
VB
Public Class MLineStyleElement
Implements IComparable(Of MLineStyleElement), ICloneable
C++
public ref class MLineStyleElement : IComparable<MLineStyleElement^>,
ICloneable
F#
type MLineStyleElement =
class
interface IComparable<MLineStyleElement>
interface ICloneable
end
Inheritance | Object → MLineStyleElement |
Implements | ICloneable, IComparable(MLineStyleElement) |
MLineStyleElement(Double) | Initializes a new instance of the MLineStyleElement class. |
MLineStyleElement(Double, AciColor, Linetype) | Initializes a new instance of the MLineStyleElement class. |
Color | Gets or sets the element color. |
Linetype | Gets or sets the element line type. |
Offset | Gets or sets the element offset. |
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(MLineStyleElement) | Check if two MLineStyleElement are equal. |
Equals(Object) | Check if two MLineStyleElement are equal. (Overrides Object.Equals(Object)) |
GetHashCode | Returns the hash code for this instance. (Overrides Object.GetHashCode()) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToString | Converts the value of this instance to its equivalent string representation. (Overrides Object.ToString()) |
LinetypeChanged |