Click or drag to resize

ScatterSymbolShapeBase Class

Provides the base implementation for immutable scatter-symbol shapes.
Inheritance Hierarchy
SystemObject
  Altaxo.Graph.Graph3D.Plot.Styles.ScatterSymbolsScatterSymbolShapeBase
    More

Namespace: Altaxo.Graph.Graph3D.Plot.Styles.ScatterSymbols
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public abstract class ScatterSymbolShapeBase : IScatterSymbol, 
	IImmutable, ICloneable

The ScatterSymbolShapeBase type exposes the following members.

Constructors
 NameDescription
Protected methodScatterSymbolShapeBaseInitializes a new instance of the ScatterSymbolShapeBase class
Top
Methods
 NameDescription
Public methodCloneCreates a new object that is a copy of the current instance.
Protected methodStatic memberDeserializeV0TItem Deserializes a shared scatter-symbol instance from version 0 data.
Public methodEqualsDetermines whether the specified object is equal to the current 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 methodGetHashCodeServes as the default hash function.
(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 methodPaint Paints the symbol with the specified size at the origin of the coordinate system.
Protected methodStatic memberSerializeV0 Serializes the shared registration information for a scatter symbol.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also
Inheritance Hierarchy