Click or drag to resize

VerticalBarGetCopyOfOuterPolygon Method

[Missing <summary> documentation for "M:Altaxo.Graph.Graph2D.Plot.Styles.ScatterSymbols.VerticalBar.GetCopyOfOuterPolygon(System.Double)"]


Namespace: Altaxo.Graph.Graph2D.Plot.Styles.ScatterSymbols
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public override List<List<IntPoint>> GetCopyOfOuterPolygon(
	double relativeStructureWidth
)

Parameters

relativeStructureWidth  Double

[Missing <param name="relativeStructureWidth"/> documentation for "M:Altaxo.Graph.Graph2D.Plot.Styles.ScatterSymbols.VerticalBar.GetCopyOfOuterPolygon(System.Double)"]

Return Value

ListListIntPoint

[Missing <returns> documentation for "M:Altaxo.Graph.Graph2D.Plot.Styles.ScatterSymbols.VerticalBar.GetCopyOfOuterPolygon(System.Double)"]

See Also