Click or drag to resize

DashStyleEx Class

[Missing <summary> documentation for "T:Altaxo.Graph.Gdi.DashStyleEx"]

Inheritance Hierarchy
SystemObject
  Altaxo.Graph.GdiDashStyleEx

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
[SerializableAttribute]
public class DashStyleEx : IImmutable, 
	IEquatable<DashStyleEx>

The DashStyleEx type exposes the following members.

Constructors
 NameDescription
Public methodDashStyleEx(DashStyle)Initializes a new instance of the DashStyleEx class
Public methodDashStyleEx(Double)Initializes a new instance of the DashStyleEx class
Public methodDashStyleEx(Single)Initializes a new instance of the DashStyleEx class
Top
Properties
Methods
 NameDescription
Public methodEquals(DashStyleEx) 
Public methodEquals(Object)
(Overrides ObjectEquals(Object))
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCode
(Overrides ObjectGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToString
(Overrides ObjectToString)
Top
Operators
See Also