Symbol |
[Missing <summary> documentation for "T:Altaxo.Graph.Graph2D.Plot.Styles.ScatterSymbols.SymbolBase"]
public abstract class SymbolBase
The SymbolBase type exposes the following members.
Name | Description | |
---|---|---|
SymbolBase | Initializes a new instance of the SymbolBase class |
Name | Description | |
---|---|---|
DeserializeSetV0TItem | ||
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
SerializeSetV0 | ||
ToString | Returns a string that represents the current object. (Inherited from Object) |
Name | Description | |
---|---|---|
ClipperScalingDouble | 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. | |
ClipperScalingInt | 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. | |
ClipperSymbolSize | The size of a symbol in clipper coordinates. | |
InverseClipperScalingToSymbolSize1 | By multiplying the clipper polynom points with this factor, you will get a symbol size of 1. |