Click or drag to resize

IScatterSymbolInset Interface

Represents the inset geometry and color of a scatter symbol.

Namespace: Altaxo.Graph.Graph2D.Plot.Styles.ScatterSymbols
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface IScatterSymbolInset

The IScatterSymbolInset type exposes the following members.

Properties
 NameDescription
Public propertyColor Gets the inset color.
Top
Methods
 NameDescription
Public methodGetCopyOfClipperPolygon Gets a copy of the inset polygon in clipper coordinates.
Public methodWithColor Returns a copy of this inset with the specified color.
Top
See Also