Click or drag to resize

ClosedSymbolBaseCalculatePolygons Method

[Missing <summary> documentation for "M:Altaxo.Graph.Graph2D.Plot.Styles.ScatterSymbols.ClosedSymbolBase.CalculatePolygons(System.Nullable{System.Double},System.Collections.Generic.List{System.Collections.Generic.List{ClipperLib.IntPoint}}@,System.Collections.Generic.List{System.Collections.Generic.List{ClipperLib.IntPoint}}@,System.Collections.Generic.List{System.Collections.Generic.List{ClipperLib.IntPoint}}@)"]


Namespace: Altaxo.Graph.Graph2D.Plot.Styles.ScatterSymbols
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void CalculatePolygons(
	double? overrideRelativeStructureWidth,
	out List<List<IntPoint>>? framePolygon,
	out List<List<IntPoint>>? insetPolygon,
	out List<List<IntPoint>>? fillPolygon
)

Parameters

overrideRelativeStructureWidth  NullableDouble

[Missing <param name="overrideRelativeStructureWidth"/> documentation for "M:Altaxo.Graph.Graph2D.Plot.Styles.ScatterSymbols.ClosedSymbolBase.CalculatePolygons(System.Nullable{System.Double},System.Collections.Generic.List{System.Collections.Generic.List{ClipperLib.IntPoint}}@,System.Collections.Generic.List{System.Collections.Generic.List{ClipperLib.IntPoint}}@,System.Collections.Generic.List{System.Collections.Generic.List{ClipperLib.IntPoint}}@)"]

framePolygon  ListListIntPoint

[Missing <param name="framePolygon"/> documentation for "M:Altaxo.Graph.Graph2D.Plot.Styles.ScatterSymbols.ClosedSymbolBase.CalculatePolygons(System.Nullable{System.Double},System.Collections.Generic.List{System.Collections.Generic.List{ClipperLib.IntPoint}}@,System.Collections.Generic.List{System.Collections.Generic.List{ClipperLib.IntPoint}}@,System.Collections.Generic.List{System.Collections.Generic.List{ClipperLib.IntPoint}}@)"]

insetPolygon  ListListIntPoint

[Missing <param name="insetPolygon"/> documentation for "M:Altaxo.Graph.Graph2D.Plot.Styles.ScatterSymbols.ClosedSymbolBase.CalculatePolygons(System.Nullable{System.Double},System.Collections.Generic.List{System.Collections.Generic.List{ClipperLib.IntPoint}}@,System.Collections.Generic.List{System.Collections.Generic.List{ClipperLib.IntPoint}}@,System.Collections.Generic.List{System.Collections.Generic.List{ClipperLib.IntPoint}}@)"]

fillPolygon  ListListIntPoint

[Missing <param name="fillPolygon"/> documentation for "M:Altaxo.Graph.Graph2D.Plot.Styles.ScatterSymbols.ClosedSymbolBase.CalculatePolygons(System.Nullable{System.Double},System.Collections.Generic.List{System.Collections.Generic.List{ClipperLib.IntPoint}}@,System.Collections.Generic.List{System.Collections.Generic.List{ClipperLib.IntPoint}}@,System.Collections.Generic.List{System.Collections.Generic.List{ClipperLib.IntPoint}}@)"]

Implements

IScatterSymbolCalculatePolygons(NullableDouble, ListListIntPoint, ListListIntPoint, ListListIntPoint)
See Also