Click or drag to resize

Sphere Class

Represents a spherical scatter symbol.
Inheritance Hierarchy
SystemObject
  Altaxo.Graph.Graph3D.Plot.Styles.ScatterSymbolsScatterSymbolShapeBase
    Altaxo.Graph.Graph3D.Plot.Styles.ScatterSymbolsSphere

Namespace: Altaxo.Graph.Graph3D.Plot.Styles.ScatterSymbols
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public sealed class Sphere : ScatterSymbolShapeBase

The Sphere type exposes the following members.

Constructors
 NameDescription
Public methodSphereInitializes a new instance of the Sphere class
Top
Properties
 NameDescription
Public propertyStatic memberInstance Gets the shared instance of the Sphere symbol.
Top
Methods
 NameDescription
Public methodCloneCreates a new object that is a copy of the current instance.
(Inherited from ScatterSymbolShapeBase)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from ScatterSymbolShapeBase)
Public methodGetHashCodeServes as the default hash function.
(Inherited from ScatterSymbolShapeBase)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodPaint Paints the symbol with the specified size at the origin of the coordinate system.
(Overrides ScatterSymbolShapeBasePaint(IGraphicsContext3D, IMaterial, PointD3D, Double))
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Public fieldStatic member_geometry Gets the reusable sphere geometry.
Top
See Also