Click or drag to resize

Hexagon Class

[Missing <summary> documentation for "T:Altaxo.Graph.Graph2D.Plot.Styles.ScatterSymbols.Hexagon"]

Inheritance Hierarchy

Namespace: Altaxo.Graph.Graph2D.Plot.Styles.ScatterSymbols
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class Hexagon : ClosedSymbolBase

The Hexagon type exposes the following members.

Constructors
 NameDescription
Public methodHexagonInitializes a new instance of the Hexagon class
Public methodHexagon(NamedColor, Boolean)Initializes a new instance of the Hexagon class
Top
Properties
 NameDescription
Public propertyDesignSize
(Inherited from ClosedSymbolBase)
Public propertyFillColor
(Inherited from ClosedSymbolBase)
Public propertyFrame
(Inherited from ClosedSymbolBase)
Public propertyInset
(Inherited from ClosedSymbolBase)
Public propertyPlotColorInfluence
(Inherited from ClosedSymbolBase)
Public propertyRelativeStructureWidth
(Inherited from ClosedSymbolBase)
Top
Methods
 NameDescription
Public methodCalculatePolygons
(Inherited from ClosedSymbolBase)
Public methodClone
(Inherited from ClosedSymbolBase)
Public methodEquals
(Inherited from ClosedSymbolBase)
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 methodGetCopyOfOuterPolygon
(Overrides ClosedSymbolBaseGetCopyOfOuterPolygon)
Public methodGetHashCode
(Inherited from ClosedSymbolBase)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodWithFillColor
(Inherited from ClosedSymbolBase)
Public methodWithFrame(IScatterSymbolFrame)
(Inherited from ClosedSymbolBase)
Public methodWithFrame(IScatterSymbolFrame, NullableBoolean)
(Inherited from ClosedSymbolBase)
Public methodWithInset(IScatterSymbolInset)
(Inherited from ClosedSymbolBase)
Public methodWithInset(IScatterSymbolInset, NullableBoolean)
(Inherited from ClosedSymbolBase)
Public methodWithPlotColorInfluence
(Inherited from ClosedSymbolBase)
Public methodWithRelativeStructureWidth
(Inherited from ClosedSymbolBase)
Top
Fields
 NameDescription
Protected field_fillColor
(Inherited from ClosedSymbolBase)
Protected field_frame
(Inherited from ClosedSymbolBase)
Protected field_inset
(Inherited from ClosedSymbolBase)
Protected field_relativeStructureWidth
(Inherited from ClosedSymbolBase)
Top
See Also