Click or drag to resize

MLineStyleElement Class

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Represent each of the elements that make up a MLineStyle.
Inheritance Hierarchy
SystemObject
  netDxf.ObjectsMLineStyleElement

Namespace:  netDxf.Objects
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public class MLineStyleElement : IComparable<MLineStyleElement>, 
	ICloneable
Request Example View Source

The MLineStyleElement type exposes the following members.

Constructors
  NameDescription
Public methodMLineStyleElement(Double)
Initializes a new instance of the MLineStyleElement class.
Public methodMLineStyleElement(Double, AciColor, Linetype)
Initializes a new instance of the MLineStyleElement class.
Top
Properties
  NameDescription
Public propertyColor
Gets or sets the element color.
Public propertyLinetype
Gets or sets the element line type.
Public propertyOffset
Gets or sets the element offset.
Top
Methods
  NameDescription
Public methodClone
Creates a MLineStyleElement that is a copy of the current instance.
Public methodCompareTo
Compares the current object with another object of the same type.
Public methodEquals(Object)
Check if two MLineStyleElement are equal.
(Overrides ObjectEquals(Object).)
Public methodEquals(MLineStyleElement)
Check if two MLineStyleElement are equal.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnLinetypeChangedEvent
Public methodToString
Converts the value of this instance to its equivalent string representation.
(Overrides ObjectToString.)
Top
Events
  NameDescription
Public eventLinetypeChanged
Top
See Also