Click or drag to resize

SymbolBase Class

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

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 abstract class SymbolBase

The SymbolBase type exposes the following members.

Constructors
 NameDescription
Protected methodSymbolBaseInitializes a new instance of the SymbolBase class
Top
Methods
 NameDescription
Protected methodStatic memberDeserializeSetV0TItem 
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from 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 methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodStatic memberSerializeSetV0 
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Public fieldStatic memberClipperScalingDouble Used to create clipper polynoms for the outer symbol shape, frame and inset. The outer symbol shape must fit in a circle of radius 1 (diameter: 2). Translated to clipper values this means that the outer symbol shape must fit in a circle of this ClipperScalingDouble.
Public fieldStatic memberClipperScalingInt Used to create clipper polynoms for the outer symbol shape, frame and inset. The outer symbol shape must fit in a circle of radius 1 (diameter: 2). Translated to clipper values this means that the outer symbol shape must fit in a circle of this ClipperScalingInt.
Public fieldStatic memberClipperSymbolSizeThe size of a symbol in clipper coordinates.
Public fieldStatic memberInverseClipperScalingToSymbolSize1By multiplying the clipper polynom points with this factor, you will get a symbol size of 1.
Top
See Also